diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-09-25 22:05:19 -0500 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-09-25 22:05:19 -0500 |
commit | 213a0e2dccb9da67cbff5832fed331650aa8846b (patch) | |
tree | 5406f5b1f01631199804d35598ab08b7e90d2ce4 | |
parent | 18e4115be8098117635af18fd7260ab5c7fd2281 (diff) | |
download | luarocks-packaging-213a0e2dccb9da67cbff5832fed331650aa8846b.tar.gz luarocks-packaging-213a0e2dccb9da67cbff5832fed331650aa8846b.tar.bz2 luarocks-packaging-213a0e2dccb9da67cbff5832fed331650aa8846b.zip |
Re-enable everything
-rw-r--r-- | meta.lua | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -32,22 +32,16 @@ local lua_versions = { | |||
32 | } | 32 | } |
33 | } | 33 | } |
34 | local optimizations = { | 34 | local 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 | } |
47 | local debug = { | 43 | local debug = { |
48 | --[[ | ||
49 | release = "", | 44 | release = "", |
50 | ]] | ||
51 | debug = "-g", | 45 | debug = "-g", |
52 | } | 46 | } |
53 | local compilers = {--[["mingw32",]]"mingw64"--[[,"clang32","clang64"]]} | 47 | local compilers = {--[["mingw32",]]"mingw64"--[[,"clang32","clang64"]]} |