Update Application.mk
This commit is contained in:
parent
28051e01c7
commit
4745da281b
1 changed files with 2 additions and 3 deletions
|
@ -6,9 +6,8 @@ APP_CPPFLAGS := -std=c++11 -fexceptions -frtti
|
|||
# else
|
||||
# NDK_TOOLCHAIN_VERSION := 4.7
|
||||
# endif
|
||||
NDK_TOOLCHAIN_VERSION := clang
|
||||
LOCAL_CPPFLAGS += -std=c++1y
|
||||
-std=c++11
|
||||
NDK_TOOLCHAIN_VERSION := clang3.3
|
||||
|
||||
|
||||
APP_ABI :=
|
||||
ifneq ($(filter x86,$(OSMAND_ARCHITECTURES_SET)),)
|
||||
|
|
Loading…
Reference in a new issue