]> granicus.if.org Git - esp-idf/commitdiff
build system: enable C++ exceptions support by default
authorIvan Grokhotkov <ivan@espressif.com>
Mon, 4 Sep 2017 07:15:48 +0000 (15:15 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Wed, 13 Sep 2017 09:27:47 +0000 (17:27 +0800)
make/project.mk

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