diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-08-05 13:57:39 -0500 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-08-05 13:57:39 -0500 |
commit | 6b58bb7d3010c05ca514ac3ef05d37a02715705b (patch) | |
tree | 117883e818dbb46ebe586fd34aaf54b5c548b298 | |
parent | 78f90d5f35a1dc8c0dddbb101a291c8cd34caf41 (diff) | |
download | lua-packaging-6b58bb7d3010c05ca514ac3ef05d37a02715705b.tar.gz lua-packaging-6b58bb7d3010c05ca514ac3ef05d37a02715705b.tar.bz2 lua-packaging-6b58bb7d3010c05ca514ac3ef05d37a02715705b.zip |
Add more optimization levels
-rw-r--r-- | meta.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ 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 | --tiny = "-Oz", | ||
8 | size = "-Os", | 9 | size = "-Os", |
9 | --[[ | 10 | --[[ |
10 | debug = "-Og", | 11 | debug = "-Og", |