mirror of
https://github.com/espressif/esp-mqtt.git
synced 2025-06-25 09:21:40 +02:00
- Integrate build definitions from idf - Changes CMakeLists to allow import - Added host test from idf - Added test code from idf
7 lines
206 B
Plaintext
7 lines
206 B
Plaintext
CONFIG_IDF_TARGET="linux"
|
|
CONFIG_COMPILER_CXX_EXCEPTIONS=y
|
|
CONFIG_COMPILER_CXX_RTTI=y
|
|
CONFIG_COMPILER_CXX_EXCEPTIONS_EMG_POOL_SIZE=0
|
|
CONFIG_COMPILER_STACK_CHECK_NONE=y
|
|
CONFIG_UNITY_ENABLE_IDF_TEST_RUNNER=n
|