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