diff --git a/common.sh b/common.sh index f05cccb..e48f3cd 100644 --- a/common.sh +++ b/common.sh @@ -2,6 +2,6 @@ GAME_ID=2001 PROJECT_NAME=gameserver${GAME_ID} SRC_EXE_NAME=gameserver SOURCE_PATH=third_party/game2001/server/gameserver -COMPILE_FLAGS="-DGAME_ID=${GAME_ID} ." +COMPILE_FLAGS="-DGAME_ID=${GAME_ID} -DRELEASE=1 ." PRE_COMPILE_CMD="" EXT_PKG_FILES="res"