Temporary fix for debug compile till we fix assert (nw)

This commit is contained in:
Miodrag Milanovic 2016-08-27 10:11:30 +02:00
parent 6e47d26589
commit ff1a5cf6fa

View File

@ -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