summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander M Pickering <alex@cogarr.net>2024-08-05 13:57:39 -0500
committerAlexander M Pickering <alex@cogarr.net>2024-08-05 13:57:39 -0500
commit6b58bb7d3010c05ca514ac3ef05d37a02715705b (patch)
tree117883e818dbb46ebe586fd34aaf54b5c548b298
parent78f90d5f35a1dc8c0dddbb101a291c8cd34caf41 (diff)
downloadlua-packaging-6b58bb7d3010c05ca514ac3ef05d37a02715705b.tar.gz
lua-packaging-6b58bb7d3010c05ca514ac3ef05d37a02715705b.tar.bz2
lua-packaging-6b58bb7d3010c05ca514ac3ef05d37a02715705b.zip
Add more optimization levels
-rw-r--r--meta.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta.lua b/meta.lua
index 0c5f026..cfb96eb 100644
--- a/meta.lua
+++ b/meta.lua
@@ -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}
7local optimizations = { 7local optimizations = {
8 --tiny = "-Oz",
8 size = "-Os", 9 size = "-Os",
9 --[[ 10 --[[
10 debug = "-Og", 11 debug = "-Og",