summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander M Pickering <alex@cogarr.net>2024-08-05 22:03:42 -0500
committerAlexander M Pickering <alex@cogarr.net>2024-08-05 22:03:42 -0500
commitb765045914711334269ce9520f90ccd8fea122f1 (patch)
tree08a62fd300d0f842b214bc0ad802a1e6abb30b65
parente4a84edbb3adc4392075d48cfb040f394f8b4267 (diff)
downloadlua-packaging-b765045914711334269ce9520f90ccd8fea122f1.tar.gz
lua-packaging-b765045914711334269ce9520f90ccd8fea122f1.tar.bz2
lua-packaging-b765045914711334269ce9520f90ccd8fea122f1.zip
Enable another optimization
-rw-r--r--meta.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta.lua b/meta.lua
index cf6a603..6ea8450 100644
--- a/meta.lua
+++ b/meta.lua
@@ -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}
7local optimizations = { 7local 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",