From 687e5ccb4f1fb9abdbf809640c7dafe405f82b7e Mon Sep 17 00:00:00 2001 From: bashermens <31279994+hermensbas@users.noreply.github.com> Date: Sun, 11 Jan 2026 00:45:09 +0100 Subject: [PATCH] Update 4_server-compile.sh --- script/4_server-compile.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/script/4_server-compile.sh b/script/4_server-compile.sh index 3ea0269..c196fa0 100755 --- a/script/4_server-compile.sh +++ b/script/4_server-compile.sh @@ -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