build system: enable C++ exceptions support by default

This commit is contained in:
Ivan Grokhotkov 2017-09-04 15:15:48 +08:00
parent 9a26296a0e
commit 0205e5f2fc
1 changed files with 0 additions and 1 deletions

View File

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