From 922fa826f6c208af88edc34ab2d5a42a68af4335 Mon Sep 17 00:00:00 2001 From: bashermens <31279994+hermensbas@users.noreply.github.com> Date: Sat, 10 Jan 2026 16:17:17 +0100 Subject: [PATCH] Update 4_server-compile.sh --- script/4_server-compile.sh | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/script/4_server-compile.sh b/script/4_server-compile.sh index 2ac1656..90a1b3a 100755 --- a/script/4_server-compile.sh +++ b/script/4_server-compile.sh @@ -28,11 +28,9 @@ then # in that case 'compile build' is enough and much much faster # https://www.azerothcore.org/wiki/linux-core-installation ########################################################################################## - export AC_CMAKE_BUILD_TYPE=RelWithDebInfo - sudo -E ${ROOT_DIR}/_server/azerothcore/acore.sh compiler clean - sudo -E ${ROOT_DIR}/_server/azerothcore/acore.sh compiler configure - sudo -E ${ROOT_DIR}/_server/azerothcore/acore.sh compiler compile - + 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 compile ########################################################################################## # set folder rights to current user