Skip to content

Commit

Permalink
C++: add an option to enable RTTI support
Browse files Browse the repository at this point in the history
Closes #1684
  • Loading branch information
igrr committed Nov 6, 2019
1 parent 1f22910 commit 959ca74
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Kconfig
Expand Up @@ -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
Expand Down

0 comments on commit 959ca74

Please sign in to comment.