Disable exception handling in MS std headers

This commit is contained in:
Jonathan Adamczewski 2017-01-12 16:13:27 -08:00 committed by Jakob Botsch Nielsen
parent c70fc8a89a
commit 7b7c941181

View File

@ -35,7 +35,7 @@ solution "recastnavigation"
-- windows specific
configuration "windows"
defines { "WIN32", "_WINDOWS", "_CRT_SECURE_NO_WARNINGS" }
defines { "WIN32", "_WINDOWS", "_CRT_SECURE_NO_WARNINGS", "_HAS_EXCEPTIONS=0" }
-- linux specific
configuration { "linux", "gmake" }