project_include.cmake 181 B

12345
  1. set(compile_options "-Wno-error=format="
  2. "-nostartfiles"
  3. "-Wno-format")
  4. idf_build_set_property(COMPILE_OPTIONS "${compile_options}" APPEND)