mingw clang build is working, there seams to still be some issue with optimization (nw)

This commit is contained in:
Miodrag Milanovic 2016-03-11 19:30:37 +01:00
parent b4e07b56f7
commit f2ce314206

View File

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