build(ci): turn off symbols to save space (#139)

This commit is contained in:
Edo 2023-07-01 14:26:49 +02:00 committed by GitHub
parent 16afa9398c
commit 39fe362938
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {}