adobe-flash / crossbridge

Welcome to visit the homepage!
http://www.crossbridge.io
542 stars 194 forks source link

Question: Futures branch compile size large #46

Open danrossi opened 10 years ago

danrossi commented 10 years ago

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 10 years ago

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.