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
|
-- 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user