From 491c9df8a1a236c1de3972781d7609c3085832cb Mon Sep 17 00:00:00 2001 From: bashermens <31279994+hermensbas@users.noreply.github.com> Date: Sat, 10 Jan 2026 16:33:36 +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 90a1b3a..326eba4 100755 --- a/script/4_server-compile.sh +++ b/script/4_server-compile.sh @@ -29,9 +29,10 @@ then # https://www.azerothcore.org/wiki/linux-core-installation ########################################################################################## sudo ${ROOT_DIR}/_server/azerothcore/acore.sh compiler clean - sudo ${ROOT_DIR}/_server/azerothcore/acore.sh compiler configure -DCMAKE_BUILD_TYPE=RelWithDebInfo + sudo ${ROOT_DIR}/_server/azerothcore/acore.sh compiler configure sudo ${ROOT_DIR}/_server/azerothcore/acore.sh compiler compile + ########################################################################################## # set folder rights to current user ##########################################################################################