Skip to content

Commit a46be5f

Browse files
committed
0.7.0 release
1 parent 6724fbe commit a46be5f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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?=070beta
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)