You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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 ?
The text was updated successfully, but these errors were encountered: