Generate debug symbols in release builds and use fast floats.
This commit is contained in:
parent
e01b1ef3b6
commit
2d9033f3d4
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user