Search found 1 match

by mtbrewster
Thu Dec 30, 2021 9:06 pm
Forum: IDEs for ESP-IDF
Topic: ESP-IDF Eclipse compiler options
Replies: 0
Views: 4580

ESP-IDF Eclipse compiler options

Where are the default C compiler options for ESP32 under Eclipse located? Is there a way to append to the C compiler options under Eclipse for an ESP32 project? I found add_compile_option for using in the CMakeLists.txt files but this places the added option towards the front of the options and I n...