summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meta.lua4
1 files changed, 0 insertions, 4 deletions
diff --git a/meta.lua b/meta.lua
index 458b054..167036b 100644
--- a/meta.lua
+++ b/meta.lua
@@ -1,18 +1,14 @@
1local optimizations = { 1local optimizations = {
2 tiny = "-Oz", 2 tiny = "-Oz",
3 --[[
4 size = "-Os", 3 size = "-Os",
5 debug = "-Og", 4 debug = "-Og",
6 zero = "-O0", 5 zero = "-O0",
7 one = "-O1", 6 one = "-O1",
8 two = "-O2", 7 two = "-O2",
9 three = "-O3", 8 three = "-O3",
10 ]]
11} 9}
12local debug = { 10local debug = {
13 --[[
14 release = "", 11 release = "",
15 ]]
16 debug = "-g", 12 debug = "-g",
17} 13}
18local compilers = {--[["mingw32",]]"mingw64"--[[,"clang32","clang64"]]} 14local compilers = {--[["mingw32",]]"mingw64"--[[,"clang32","clang64"]]}