summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/genie.lua
diff options
context:
space:
mode:
author balr0g <balrog032@gmail.com>2015-06-07 12:25:38 -0400
committer balr0g <balrog032@gmail.com>2015-06-07 12:25:38 -0400
commit021aa9eb6cf57bedcc99e28c505bc8470877607b (patch)
treef8724457e80dc7d1b35b579b83394e5aff6fcbe6 /scripts/genie.lua
parent72794f8ff1c1e79bd0350bb52fb3757bdf04d004 (diff)
Nope. (nw)
This reverts commit 72794f8ff1c1e79bd0350bb52fb3757bdf04d004. At least this provides a more useful stacktrace, if anyone wants to debug.
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r--scripts/genie.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua
index 7a591db050b..bdd97f427c5 100644
--- a/scripts/genie.lua
+++ b/scripts/genie.lua
@@ -923,6 +923,7 @@ end
end
if (version >= 30400) then
buildoptions {
+ "-Wno-inline-new-delete",
"-Wno-constant-logical-operand",
}
end