Native tremor decoder is now built in release mode

This commit is contained in:
shadowislord 2014-11-16 12:59:49 -05:00
parent 5f33bdfa95
commit 4e04f4629a
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -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