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
flags {
"ExtraWarnings",
"FloatFast",
"NoExceptions",
"NoRTTI"
"NoRTTI",
"Symbols"
}
-- debug configs
configuration "Debug*"
defines { "DEBUG" }
flags { "Symbols" }
targetdir ( todir .. "/lib/Debug" )
-- release configs