Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: Futures branch compile size large #46

Open
danrossi opened this issue Mar 21, 2014 · 1 comment
Open

Question: Futures branch compile size large #46

danrossi opened this issue Mar 21, 2014 · 1 comment

Comments

@danrossi
Copy link

clang does not accept the -04 optimization flag. -0s / -02 / -03 create large filesizes for the HelloWorld app, the default size is 326kb or else the size becomes 400kb. The stable branch with gcc it's 70kb.

Is there a way to get this down even further or is 70kb the standard ?

@danrossi
Copy link
Author

Anything other than -04 seems to be ignored although it's not a documented valid option for gcc either ? Tried -0s and only -04 makes a 75kb file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant