summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander M Pickering <alex@cogarr.net>2024-09-04 19:57:48 -0500
committerAlexander M Pickering <alex@cogarr.net>2024-09-04 19:57:48 -0500
commit5d3be0b2e175b9ec4ce17ef9a478ccf1e7439738 (patch)
treed55c98c82b31efa54b07f84c5feb31e60c35fcc8
parent0dfba3ec9b849ed7e44a5752e374d63bc8bc7f65 (diff)
downloadluafilesystem-packaging-5d3be0b2e175b9ec4ce17ef9a478ccf1e7439738.tar.gz
luafilesystem-packaging-5d3be0b2e175b9ec4ce17ef9a478ccf1e7439738.tar.bz2
luafilesystem-packaging-5d3be0b2e175b9ec4ce17ef9a478ccf1e7439738.zip
Do all the builds
-rw-r--r--meta.lua6
1 files changed, 1 insertions, 5 deletions
diff --git a/meta.lua b/meta.lua
index ed6d1a7..ecaa906 100644
--- a/meta.lua
+++ b/meta.lua
@@ -1,19 +1,15 @@
1local lua_versions = { 1local lua_versions = {
2 ["51"] = true, 2 ["51"] = true,
3 --[[
4 ["52"] = true, 3 ["52"] = true,
5 ["53"] = true, 4 ["53"] = true,
6 ["54"] = true, 5 ["54"] = true,
7 ]]
8} 6}
9local optimizations = { 7local optimizations = {
10 --tiny = "-Oz", 8 tiny = "-Oz",
11 --[[
12 size = "-Os", 9 size = "-Os",
13 zero = "-O0", 10 zero = "-O0",
14 one = "-O1", 11 one = "-O1",
15 two = "-O2", 12 two = "-O2",
16 ]]
17 three = "-O3", 13 three = "-O3",
18} 14}
19local debug = { 15local debug = {