diff --git a/RecastDemo/premake4.lua b/RecastDemo/premake4.lua index a58e613..2bd8f3a 100644 --- a/RecastDemo/premake4.lua +++ b/RecastDemo/premake4.lua @@ -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