build system: enable C++ exceptions support by default

pull/783/merge
Ivan Grokhotkov 2017-09-04 15:15:48 +08:00
rodzic 9a26296a0e
commit 0205e5f2fc
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -288,7 +288,6 @@ CXXFLAGS ?=
EXTRA_CXXFLAGS ?=
CXXFLAGS := $(strip \
-std=gnu++11 \
-fno-exceptions \
-fno-rtti \
$(OPTIMIZATION_FLAGS) $(DEBUG_FLAGS) \
$(COMMON_FLAGS) \