Question: Futures branch compile size large
danrossi opened this issue · 1 comments
danrossi commented
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 commented
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.