mirror of
https://github.com/deltachat/deltachat-android.git
synced 2025-10-03 01:39:18 +02:00
8 lines
261 B
Makefile
8 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
|