ESP-IDF Eclipse compiler options
Posted: Thu Dec 30, 2021 9:06 pm
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 need to place an option after the existing options in order to override one.