@@ -1,3 +1,3 @@
APP_PLATFORM := android-9
-APP_OPTIM := debug
+APP_OPTIM := release
APP_ABI := all
@@ -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