OVMS3-idf/examples/system/cpp_exceptions/sdkconfig.defaults

4 lines
139 B
Plaintext
Raw Normal View History

# Enable C++ exceptions and set emergency pool size for exception objects
CONFIG_CXX_EXCEPTIONS=y
CONFIG_CXX_EXCEPTIONS_EMG_POOL_SIZE=1024