From c71f3ac49cd506ed84ac97dc5400663f647016bc Mon Sep 17 00:00:00 2001 From: bashermens <31279994+hermensbas@users.noreply.github.com> Date: Sat, 10 Jan 2026 21:15:24 +0100 Subject: [PATCH] Update 4_server-compile.sh --- script/4_server-compile.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/script/4_server-compile.sh b/script/4_server-compile.sh index e796158..3ea0269 100755 --- a/script/4_server-compile.sh +++ b/script/4_server-compile.sh @@ -34,7 +34,6 @@ 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 -E ${ROOT_DIR}/_server/azerothcore/acore.sh compiler configure sudo ${ROOT_DIR}/_server/azerothcore/acore.sh compiler compile