diff options
author | 2016-08-27 10:11:30 +0200 | |
---|---|---|
committer | 2016-08-27 10:11:30 +0200 | |
commit | ff1a5cf6fa0027fc9b93e027bac25b41d7e0c99b (patch) | |
tree | 397074d747bdbec99e586f2fd5731d03955b2657 /scripts/genie.lua | |
parent | 6e47d2658998d14bfa52ef3d982506decda413b5 (diff) |
Temporary fix for debug compile till we fix assert (nw)
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r-- | scripts/genie.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua index 2488671cc2e..ca1cd5473bf 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -1298,6 +1298,12 @@ configuration { "winphone8* or winstore8*" } } +-- adding this till we sort out asserts in debug mode +configuration { "Debug", "gmake" } + buildoptions_cpp { + "-Wno-terminate", + } + configuration { } if (_OPTIONS["SOURCES"] ~= nil) then |