Generate debug symbols in release builds and use fast floats.

This commit is contained in:
Cameron Hart 2013-10-06 12:07:38 +11:00
parent e01b1ef3b6
commit 2d9033f3d4

View File

@ -16,14 +16,15 @@ solution "recastnavigation"
-- extra warnings, no exceptions or rtti -- extra warnings, no exceptions or rtti
flags { flags {
"ExtraWarnings", "ExtraWarnings",
"FloatFast",
"NoExceptions", "NoExceptions",
"NoRTTI" "NoRTTI",
"Symbols"
} }
-- debug configs -- debug configs
configuration "Debug*" configuration "Debug*"
defines { "DEBUG" } defines { "DEBUG" }
flags { "Symbols" }
targetdir ( todir .. "/lib/Debug" ) targetdir ( todir .. "/lib/Debug" )
-- release configs -- release configs