diff options
author | 2016-03-13 08:25:47 +0100 | |
---|---|---|
committer | 2016-03-13 08:25:47 +0100 | |
commit | fc3f2b67b979df4ca437cd3d001fea48158d3853 (patch) | |
tree | 737023f453b2ca5a31e6fb01b47749a4e92f734c /scripts/genie.lua | |
parent | ebc0c0a040f3b4338b3085dccfe766759f4af4ea (diff) |
fix error (nw)
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r-- | scripts/genie.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua index c35252e2657..12ef7bdf58d 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -814,6 +814,7 @@ configuration { "mingw-clang" } buildoptions { "-O1", -- without this executable crash often } +configuration { } -- add the error warning flag if _OPTIONS["NOWERROR"]==nil then |