mirror of
https://github.com/holub/mame
synced 2025-06-05 12:26:35 +03:00
Temporary fix for debug compile till we fix assert (nw)
This commit is contained in:
parent
6e47d26589
commit
ff1a5cf6fa
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user