mirror of
https://github.com/hermensbas/azerothcore_installer.git
synced 2026-01-13 00:28:33 +00:00
Update 4_server-compile.sh
This commit is contained in:
@@ -28,9 +28,10 @@ then
|
|||||||
# in that case 'compile build' is enough and much much faster
|
# in that case 'compile build' is enough and much much faster
|
||||||
# https://www.azerothcore.org/wiki/linux-core-installation
|
# https://www.azerothcore.org/wiki/linux-core-installation
|
||||||
##########################################################################################
|
##########################################################################################
|
||||||
sudo ${ROOT_DIR}/_server/azerothcore/acore.sh compiler clean
|
export AC_CMAKE_BUILD_TYPE=RelWithDebInfo
|
||||||
sudo env AC_CMAKE_BUILD_TYPE=RelWithDebInfo ${ROOT_DIR}/_server/azerothcore/acore.sh compiler configure
|
sudo -E ${ROOT_DIR}/_server/azerothcore/acore.sh compiler clean
|
||||||
sudo ${ROOT_DIR}/_server/azerothcore/acore.sh compiler compile
|
sudo -E compiler configure
|
||||||
|
sudo -E ${ROOT_DIR}/_server/azerothcore/acore.sh compiler compile
|
||||||
|
|
||||||
|
|
||||||
##########################################################################################
|
##########################################################################################
|
||||||
|
|||||||
Reference in New Issue
Block a user