1# avoid esp-clang "unused-command-line-argument" warning 2if(NOT (CMAKE_C_COMPILER_ID MATCHES "Clang") ) 3 set(compile_options "-nostartfiles") 4 idf_build_set_property(COMPILE_OPTIONS "${compile_options}" APPEND) 5endif() 6