diff --git a/script/4_server-compile.sh b/script/4_server-compile.sh index 326eba4..62abce2 100755 --- a/script/4_server-compile.sh +++ b/script/4_server-compile.sh @@ -29,7 +29,7 @@ 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 + sudo env AC_CMAKE_BUILD_TYPE=RelWithDebInfo ${ROOT_DIR}/_server/azerothcore/acore.sh compiler configure sudo ${ROOT_DIR}/_server/azerothcore/acore.sh compiler compile