try to fix RTTI

This commit is contained in:
Alexey Pelykh 2013-02-26 09:51:50 +02:00
parent 74009352be
commit eef1326973

View file

@ -1,6 +1,6 @@
APP_STL := gnustl_shared APP_STL := gnustl_shared
APP_ABI := all APP_ABI := all
APP_CPPFLAGS := -std=c++11 -fexceptions APP_CPPFLAGS := -std=c++11 -fexceptions -frtti
NDK_TOOLCHAIN_VERSION := 4.7 NDK_TOOLCHAIN_VERSION := 4.7
ifdef OSMAND_X86_ONLY ifdef OSMAND_X86_ONLY