From ff1a5cf6fa0027fc9b93e027bac25b41d7e0c99b Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Sat, 27 Aug 2016 10:11:30 +0200 Subject: [PATCH] Temporary fix for debug compile till we fix assert (nw) --- scripts/genie.lua | 6 ++++++ 1 file changed, 6 insertions(+) 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