diff --git a/premake5.lua b/premake5.lua index 2bde04d6..9b0d47b3 100644 --- a/premake5.lua +++ b/premake5.lua @@ -116,7 +116,6 @@ workspace "gsc-tool" systemversion "latest" filter {} - symbols "On" staticruntime "On" warnings "Extra" @@ -141,12 +140,14 @@ workspace "gsc-tool" filter "configurations:release" optimize "Full" + symbols "Off" defines "NDEBUG" flags "FatalCompileWarnings" filter {} filter "configurations:debug" optimize "Debug" + symbols "On" defines { "DEBUG", "_DEBUG" } filter {}