Native tremor decoder is now built in release mode
This commit is contained in:
parent
5f33bdfa95
commit
4e04f4629a
@ -1,3 +1,3 @@
|
|||||||
APP_PLATFORM := android-9
|
APP_PLATFORM := android-9
|
||||||
APP_OPTIM := debug
|
APP_OPTIM := release
|
||||||
APP_ABI := all
|
APP_ABI := all
|
@ -12,7 +12,7 @@
|
|||||||
#define LOGI(fmt, ...) __android_log_print(ANDROID_LOG_INFO, \
|
#define LOGI(fmt, ...) __android_log_print(ANDROID_LOG_INFO, \
|
||||||
"NativeVorbisFile", fmt, ##__VA_ARGS__);
|
"NativeVorbisFile", fmt, ##__VA_ARGS__);
|
||||||
#else
|
#else
|
||||||
#error We are building in release mode, arent we?
|
// #error We are building in release mode, arent we?
|
||||||
#define LOGI(fmt, ...)
|
#define LOGI(fmt, ...)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user