mirror of
https://github.com/holub/mame
synced 2025-07-03 00:56:03 +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 { }
|
configuration { }
|
||||||
|
|
||||||
if (_OPTIONS["SOURCES"] ~= nil) then
|
if (_OPTIONS["SOURCES"] ~= nil) then
|
||||||
|
Loading…
Reference in New Issue
Block a user