mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
9ae01e40b5
Doubles as a test app that building with assertions off doesn't produce warnings. Closes https://github.com/espressif/esp-idf/issues/6306
8 lines
264 B
Plaintext
8 lines
264 B
Plaintext
CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_SILENT=y
|
|
|
|
# compiling as many files as possible here (we don't have 100% coverage of course, due to config options, but
|
|
# try to maximize what we can check
|
|
CONFIG_BT_ENABLED=y
|
|
CONFIG_BT_BLUEDROID_ENABLED=y
|
|
CONFIG_BLE_MESH=y
|