Created
January 27, 2014 21:05
-
-
Save tangzero/8657281 to your computer and use it in GitHub Desktop.
Android Libs Size
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
APP_CPPFLAGS := -ffunction-sections -fdata-sections -fvisibility=hidden -frtti | |
APP_CFLAGS := -ffunction-sections -fdata-sections | |
APP_LDFLAGS := -Wl,--gc-sections | |
from: | |
libSDL2.so 661K | |
libgnustl_shared.so 758K | |
liblove.so 3.9M | |
to: | |
libSDL2.so 661K | |
libgnustl_shared.so 758K | |
liblove.so 3.4M | |
Not much! :( | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment