Files
termux-app/app/src/main/jni/Application.mk
Fredrik Fornwall a18ee58f7a Initial commit
2015-10-25 15:27:32 +01:00

6 lines
187 B
Makefile

APP_ABI := armeabi-v7a x86
APP_PLATFORM := android-21
NDK_TOOLCHAIN_VERSION := 4.9
APP_CFLAGS := -std=c11 -Wall -Wextra -Os -fno-stack-protector
APP_LDFLAGS = -nostdlib -Wl,--gc-sections