ソースを参照

Native tremor decoder is now built in release mode

shadowislord 10 年 前
コミット
4e04f4629a

+ 1 - 1
jme3-android-native/src/native/jme_decode/Application.mk

@@ -1,3 +1,3 @@
 APP_PLATFORM := android-9
-APP_OPTIM := debug
+APP_OPTIM := release
 APP_ABI := all

+ 1 - 1
jme3-android-native/src/native/jme_decode/com_jme3_audio_plugins_NativeVorbisFile.c

@@ -12,7 +12,7 @@
 #define LOGI(fmt, ...) __android_log_print(ANDROID_LOG_INFO, \
                        "NativeVorbisFile", fmt, ##__VA_ARGS__);
 #else
-#error We are building in release mode, arent we?
+// #error We are building in release mode, arent we?
 #define LOGI(fmt, ...)
 #endif