esp-idf/components/esp32c2/project_include.cmake
2022-01-19 11:08:57 +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)