aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander M Pickering <alex@cogarr.net>2024-09-25 22:05:19 -0500
committerAlexander M Pickering <alex@cogarr.net>2024-09-25 22:05:19 -0500
commit213a0e2dccb9da67cbff5832fed331650aa8846b (patch)
tree5406f5b1f01631199804d35598ab08b7e90d2ce4
parent18e4115be8098117635af18fd7260ab5c7fd2281 (diff)
downloadluarocks-packaging-213a0e2dccb9da67cbff5832fed331650aa8846b.tar.gz
luarocks-packaging-213a0e2dccb9da67cbff5832fed331650aa8846b.tar.bz2
luarocks-packaging-213a0e2dccb9da67cbff5832fed331650aa8846b.zip
Re-enable everything
-rw-r--r--meta.lua6
1 files changed, 0 insertions, 6 deletions
diff --git a/meta.lua b/meta.lua
index de79dcf..701e0de 100644
--- a/meta.lua
+++ b/meta.lua
@@ -32,22 +32,16 @@ local lua_versions = {
32 } 32 }
33} 33}
34local optimizations = { 34local optimizations = {
35 --[[
36 tiny = "-Oz", 35 tiny = "-Oz",
37 size = "-Os", 36 size = "-Os",
38 ]]
39 debug = "-Og", 37 debug = "-Og",
40 --[[
41 zero = "-O0", 38 zero = "-O0",
42 one = "-O1", 39 one = "-O1",
43 two = "-O2", 40 two = "-O2",
44 three = "-O3", 41 three = "-O3",
45 ]]
46} 42}
47local debug = { 43local debug = {
48--[[
49 release = "", 44 release = "",
50 ]]
51 debug = "-g", 45 debug = "-g",
52} 46}
53local compilers = {--[["mingw32",]]"mingw64"--[[,"clang32","clang64"]]} 47local compilers = {--[["mingw32",]]"mingw64"--[[,"clang32","clang64"]]}