From a4ac4616e4311c32c75e864261a858baa06bb02c Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Thu, 5 Dec 2019 11:08:03 +0800 Subject: [PATCH] 1 --- common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"