kopia lustrzana https://github.com/espressif/esp-idf
build system: enable C++ exceptions support by default
rodzic
9a26296a0e
commit
0205e5f2fc
|
@ -288,7 +288,6 @@ CXXFLAGS ?=
|
||||||
EXTRA_CXXFLAGS ?=
|
EXTRA_CXXFLAGS ?=
|
||||||
CXXFLAGS := $(strip \
|
CXXFLAGS := $(strip \
|
||||||
-std=gnu++11 \
|
-std=gnu++11 \
|
||||||
-fno-exceptions \
|
|
||||||
-fno-rtti \
|
-fno-rtti \
|
||||||
$(OPTIMIZATION_FLAGS) $(DEBUG_FLAGS) \
|
$(OPTIMIZATION_FLAGS) $(DEBUG_FLAGS) \
|
||||||
$(COMMON_FLAGS) \
|
$(COMMON_FLAGS) \
|
||||||
|
|
Ładowanie…
Reference in New Issue