Enable native exceptions handling

This commit is contained in:
Alexey Pelykh 2013-02-26 09:13:54 +02:00
parent ac92032eb9
commit a56688673e

View file

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