Skip to content

Commit

Permalink
<\!> 080 release
Browse files Browse the repository at this point in the history
  • Loading branch information
MokhaLeee committed Aug 17, 2024
1 parent 96c6d02 commit 1b87477
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions Tools/scripts/generate_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ RELEASE_DIR=.release_dir
rm -rf $RELEASE_DIR
mkdir $RELEASE_DIR

# generate lyn-jump to refe
for GENERATED_LYNFILE in $(find . -type f -name "*.event"); do
cat $GENERATED_LYNFILE | grep "PROTECT " >> *.ref.event
done

# make -j
cp fe8-kernel-* $RELEASE_DIR
cp -rf include $RELEASE_DIR
Expand Down
6 changes: 3 additions & 3 deletions configs.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export CONFIG_VERSION?=dev
export CONFIG_VERSION?=080beta
export CONFIG_LONG_CALL?=0
export CONFIG_RELEASE_COMPILATION?=0
export CONFIG_EA_WERR?=0
export CONFIG_RELEASE_COMPILATION?=1
export CONFIG_EA_WERR?=1
2 changes: 1 addition & 1 deletion include/Configs/config-debug.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define CONFIG_DEBUG_H

/* Basic switch to debug */
#define CONFIG_USE_DEBUG
// #define CONFIG_USE_DEBUG

#ifdef CONFIG_USE_DEBUG
/* Enable a skill anim at all time */
Expand Down

0 comments on commit 1b87477

Please sign in to comment.