mirror of
https://github.com/ArcaneChat/android.git
synced 2026-07-03 14:05:24 +02:00
9 lines
261 B
Makefile
9 lines
261 B
Makefile
APP_PLATFORM := android-21
|
|
APP_ABI := armeabi-v7a arm64-v8a x86 x86_64
|
|
APP_STL := none
|
|
|
|
ifneq ($(NDK_DEBUG),1)
|
|
APP_CFLAGS += -Oz -flto=full -fno-unwind-tables -fno-exceptions -fno-asynchronous-unwind-tables -fomit-frame-pointer
|
|
APP_LDFLAGS += -flto=full
|
|
endif
|