CMakeLists.txt formatting

This commit is contained in:
2021-05-26 02:43:23 +02:00
parent 51c37fb8c5
commit 5b052db507

View File

@@ -41,3 +41,13 @@ idf_component_register(
REQUIRES
${dependencies}
)
target_compile_options(${COMPONENT_TARGET}
PRIVATE
-fstack-reuse=all
-fstack-protector-all
-Wno-unused-function
-Wno-deprecated-declarations
-Wno-missing-field-initializers
-Wno-parentheses
)