Skip to content

Instantly share code, notes, and snippets.

@daurnimator
Created February 17, 2016 06:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save daurnimator/527d7c4b9d13c2effd8e to your computer and use it in GitHub Desktop.
Save daurnimator/527d7c4b9d13c2effd8e to your computer and use it in GitHub Desktop.
Size of lua 5.3. Compiled with: make all CC=musl-gcc CFLAGS="-flto -Os -ffunction-sections -fdata-sections" LDFLAGS="-static -flto -Os -Wl,-gc-sections -s"
no libs size: 87784
base 10144
package 10240
coro 5152
table 8192
io 12288
os 21456
string 20480
math 17664
utf8 5696
debug 9760
base+coro+table+math=122952
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment