summaryrefslogtreecommitdiff
path: root/meta.lua
diff options
context:
space:
mode:
Diffstat (limited to 'meta.lua')
-rw-r--r--meta.lua4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta.lua b/meta.lua
index 7fd381f..ed6d1a7 100644
--- a/meta.lua
+++ b/meta.lua
@@ -1,11 +1,13 @@
1local lua_versions = { 1local lua_versions = {
2 ["51"] = true, 2 ["51"] = true,
3 --[[
3 ["52"] = true, 4 ["52"] = true,
4 ["53"] = true, 5 ["53"] = true,
5 ["54"] = true, 6 ["54"] = true,
7 ]]
6} 8}
7local optimizations = { 9local optimizations = {
8 tiny = "-Oz", 10 --tiny = "-Oz",
9 --[[ 11 --[[
10 size = "-Os", 12 size = "-Os",
11 zero = "-O0", 13 zero = "-O0",