mirror of
https://github.com/holub/mame
synced 2025-04-22 08:22:15 +03:00
mingw clang build is working, there seams to still be some issue with optimization (nw)
This commit is contained in:
parent
b4e07b56f7
commit
f2ce314206
@ -805,6 +805,10 @@ end
|
||||
"-O".. _OPTIONS["OPTIMIZE"],
|
||||
"-fno-strict-aliasing"
|
||||
}
|
||||
configuration { "mingw-clang" }
|
||||
buildoptions {
|
||||
"-O1", -- without this executable crash often
|
||||
}
|
||||
|
||||
-- add the error warning flag
|
||||
if _OPTIONS["NOWERROR"]==nil then
|
||||
|
Loading…
Reference in New Issue
Block a user