From 9ccee73baca0fd7ecb95c90cb983133b737c6c55 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Tue, 20 Oct 2015 20:46:28 -0700 Subject: Release v1.0.0 --- Common/make/AppCommon.mk | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Common/make/AppCommon.mk (limited to 'Common/make') diff --git a/Common/make/AppCommon.mk b/Common/make/AppCommon.mk new file mode 100644 index 00000000..454fcf19 --- /dev/null +++ b/Common/make/AppCommon.mk @@ -0,0 +1,11 @@ + +APP_PLATFORM := android-19 +APP_ABI := x86 armeabi-v7a +NDK_TOOLCHAIN_VERSION := 4.9 +APP_STL := gnustl_static + +ifeq ($(APP_OPTIM),release) + APP_CFLAGS := -O2 -DNDEBUG -g $(APP_CFLAGS) +else + APP_CFLAGS := -O0 -g -D_DEBUG $(APP_CFLAGS) +endif \ No newline at end of file -- cgit v1.2.3