mirror of
https://github.com/hermensbas/azerothcore_installer.git
synced 2026-01-13 08:37:17 +00:00
Update 4_server-compile.sh
This commit is contained in:
@@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
if [[ "$1" == "debug" ]]; then
|
if [[ "$1" == "debug" ]]; then
|
||||||
export CTYPE=RelWithDebInfo
|
export CTYPE=RelWithDebInfo
|
||||||
|
export CFLAGS="-g -O0 -fno-inline"
|
||||||
|
export CXXFLAGS="-g -O0 -fno-inline"
|
||||||
else
|
else
|
||||||
export CTYPE=Release
|
export CTYPE=Release
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user