diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-08-05 22:03:42 -0500 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-08-05 22:03:42 -0500 |
commit | b765045914711334269ce9520f90ccd8fea122f1 (patch) | |
tree | 08a62fd300d0f842b214bc0ad802a1e6abb30b65 | |
parent | e4a84edbb3adc4392075d48cfb040f394f8b4267 (diff) | |
download | lua-packaging-b765045914711334269ce9520f90ccd8fea122f1.tar.gz lua-packaging-b765045914711334269ce9520f90ccd8fea122f1.tar.bz2 lua-packaging-b765045914711334269ce9520f90ccd8fea122f1.zip |
Enable another optimization
-rw-r--r-- | meta.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,8 +5,8 @@ local lua_versions = { | |||
5 | ["54"] = "https://www.lua.org/ftp/lua-5.4.7.tar.gz", | 5 | ["54"] = "https://www.lua.org/ftp/lua-5.4.7.tar.gz", |
6 | } | 6 | } |
7 | local optimizations = { | 7 | local optimizations = { |
8 | --[[ | ||
9 | tiny = "-Oz", | 8 | tiny = "-Oz", |
9 | --[[ | ||
10 | size = "-Os", | 10 | size = "-Os", |
11 | debug = "-Og", | 11 | debug = "-Og", |
12 | zero = "-O0", | 12 | zero = "-O0", |