mirror of
https://github.com/espressif/esp-idf.git
synced 2026-01-01 16:42:24 +00:00
4 lines
139 B
Plaintext
4 lines
139 B
Plaintext
# Enable C++ exceptions and set emergency pool size for exception objects
|
|
CONFIG_CXX_EXCEPTIONS=y
|
|
CONFIG_CXX_EXCEPTIONS_EMG_POOL_SIZE=1024
|