esp-idf/components/esp32c3/project_include.cmake
2020-12-11 11:44:01 +08:00

6 lines
181 B
CMake

set(compile_options "-Wno-error=format="
"-nostartfiles"
"-Wno-format")
idf_build_set_property(COMPILE_OPTIONS "${compile_options}" APPEND)