diff --git a/components/riscv/project_include.cmake b/components/riscv/project_include.cmake index 98d8425094..eae28cd414 100644 --- a/components/riscv/project_include.cmake +++ b/components/riscv/project_include.cmake @@ -1,5 +1,3 @@ -set(compile_options "-Wno-error=format=" - "-nostartfiles" - "-Wno-format") +set(compile_options "-nostartfiles") idf_build_set_property(COMPILE_OPTIONS "${compile_options}" APPEND)