Update 4_server-compile.sh

This commit is contained in:
bashermens
2026-01-11 00:45:09 +01:00
committed by GitHub
parent bdb6e914ab
commit 687e5ccb4f

View File

@@ -2,6 +2,8 @@
if [[ "$1" == "debug" ]]; then
export CTYPE=RelWithDebInfo
export CFLAGS="-g -O0 -fno-inline"
export CXXFLAGS="-g -O0 -fno-inline"
else
export CTYPE=Release
fi