mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
C++: add an option to enable RTTI support
Closes https://github.com/espressif/esp-idf/issues/1684
This commit is contained in:
parent
1f22910468
commit
959ca74a29
5
Kconfig
5
Kconfig
@ -245,9 +245,8 @@ mainmenu "Espressif IoT Development Framework Configuration"
|
||||
memory for thrown exceptions when there is not enough memory on the heap.
|
||||
|
||||
config COMPILER_CXX_RTTI
|
||||
# Invisible option, until the toolchain with RTTI support is released.
|
||||
# Use prompt "Enable C++ run-time type info (RTTI)" when updating.
|
||||
bool
|
||||
bool "Enable C++ run-time type info (RTTI)"
|
||||
default n
|
||||
help
|
||||
Enabling this option compiles all C++ files with RTTI support enabled.
|
||||
This increases binary size (typically by tens of kB) but allows using
|
||||
|
Loading…
Reference in New Issue
Block a user