build(ci): turn off symbols to save space (#139)
This commit is contained in:
parent
16afa9398c
commit
39fe362938
@ -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 {}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user