diff options
Diffstat (limited to 'jni/Application.mk')
-rw-r--r-- | jni/Application.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jni/Application.mk b/jni/Application.mk index 91f5cd6..dd8341a 100644 --- a/jni/Application.mk +++ b/jni/Application.mk @@ -4,5 +4,5 @@ APP_OPTIM := release APP_STL := c++_static APP_CPPFLAGS := -std=c++11 -frtti -fexceptions APP_CFLAGS := -fsigned-char -UNDEBUG -APP_MODULES := mkxp easyrpg physfs-serve +APP_MODULES := mkxp easyrpg physfs-serve cabextract unshield APP_DEBUG := 1 |