Ver código fonte

C++: add an option to enable RTTI support

Closes https://github.com/espressif/esp-idf/issues/1684
Ivan Grokhotkov 6 anos atrás
pai
commit
959ca74a29
1 arquivos alterados com 2 adições e 3 exclusões
  1. 2 3
      Kconfig

+ 2 - 3
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