Skip to content

Commit 1b87477

Browse files
committed
<\!> 080 release
1 parent 96c6d02 commit 1b87477

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

Tools/scripts/generate_release.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ RELEASE_DIR=.release_dir
2424
rm -rf $RELEASE_DIR
2525
mkdir $RELEASE_DIR
2626

27+
# generate lyn-jump to refe
28+
for GENERATED_LYNFILE in $(find . -type f -name "*.event"); do
29+
cat $GENERATED_LYNFILE | grep "PROTECT " >> *.ref.event
30+
done
31+
2732
# make -j
2833
cp fe8-kernel-* $RELEASE_DIR
2934
cp -rf include $RELEASE_DIR

configs.mk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export CONFIG_VERSION?=dev
1+
export CONFIG_VERSION?=080beta
22
export CONFIG_LONG_CALL?=0
3-
export CONFIG_RELEASE_COMPILATION?=0
4-
export CONFIG_EA_WERR?=0
3+
export CONFIG_RELEASE_COMPILATION?=1
4+
export CONFIG_EA_WERR?=1

include/Configs/config-debug.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#define CONFIG_DEBUG_H
33

44
/* Basic switch to debug */
5-
#define CONFIG_USE_DEBUG
5+
// #define CONFIG_USE_DEBUG
66

77
#ifdef CONFIG_USE_DEBUG
88
/* Enable a skill anim at all time */

0 commit comments

Comments
 (0)