We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6724fbe commit a46be5fCopy full SHA for a46be5f
configs.mk
@@ -1,4 +1,4 @@
1
-export CONFIG_VERSION?=dev
+export CONFIG_VERSION?=070beta
2
export CONFIG_LONG_CALL?=0
3
-export CONFIG_RELEASE_COMPILATION?=0
4
-export CONFIG_EA_WERR?=0
+export CONFIG_RELEASE_COMPILATION?=1
+export CONFIG_EA_WERR?=1
include/Configs/config-debug.h
@@ -2,7 +2,7 @@
#define CONFIG_DEBUG_H
/* Basic switch to debug */
5
-#define CONFIG_USE_DEBUG
+// #define CONFIG_USE_DEBUG
6
7
#ifdef CONFIG_USE_DEBUG
8
/* Enable a skill anim at all time */
0 commit comments