diff options
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 |