mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
7 lines
209 B
Plaintext
7 lines
209 B
Plaintext
# Only need to test this for one target (e.g. ESP32)
|
|
CONFIG_IDF_TARGET="esp32"
|
|
TEST_COMPONENTS=cxx
|
|
CONFIG_COMPILER_CXX_EXCEPTIONS=y
|
|
CONFIG_COMPILER_CXX_EXCEPTIONS_EMG_POOL_SIZE=1024
|
|
CONFIG_COMPILER_CXX_RTTI=y
|