From 6cafcd58a48b834f6c9233bcb9134731d55b8a5a Mon Sep 17 00:00:00 2001 From: bashermens <31279994+hermensbas@users.noreply.github.com> Date: Sat, 10 Jan 2026 16:35:32 +0100 Subject: [PATCH] Update 4_server-compile.sh --- script/4_server-compile.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/script/4_server-compile.sh b/script/4_server-compile.sh index 326eba4..25b7420 100755 --- a/script/4_server-compile.sh +++ b/script/4_server-compile.sh @@ -28,8 +28,9 @@ then # in that case 'compile build' is enough and much much faster # https://www.azerothcore.org/wiki/linux-core-installation ########################################################################################## + export CTYPE=RelWithDebInfo sudo ${ROOT_DIR}/_server/azerothcore/acore.sh compiler clean - sudo ${ROOT_DIR}/_server/azerothcore/acore.sh compiler configure + sudo -E ${ROOT_DIR}/_server/azerothcore/acore.sh compiler configure sudo ${ROOT_DIR}/_server/azerothcore/acore.sh compiler compile