try to fix RTTI
This commit is contained in:
parent
74009352be
commit
eef1326973
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
APP_STL := gnustl_shared
|
||||
APP_ABI := all
|
||||
APP_CPPFLAGS := -std=c++11 -fexceptions
|
||||
APP_CPPFLAGS := -std=c++11 -fexceptions -frtti
|
||||
NDK_TOOLCHAIN_VERSION := 4.7
|
||||
|
||||
ifdef OSMAND_X86_ONLY
|
||||
|
|
Loading…
Reference in a new issue