From a6c224708d842c996c4bc7b6aeebb750dccc16d5 Mon Sep 17 00:00:00 2001 From: 0xFEEDC0DE64 Date: Wed, 26 May 2021 02:41:44 +0200 Subject: [PATCH] CMakeLists.txt formatting --- CMakeLists.txt | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7f92eed..80f1055 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,4 +23,12 @@ idf_component_register( ${dependencies} ) -target_compile_options(${COMPONENT_TARGET} PRIVATE -Wno-unused-function -Wno-deprecated-declarations -Wno-missing-field-initializers) +target_compile_options(${COMPONENT_TARGET} + PRIVATE + -fstack-reuse=all + -fstack-protector-all + -Wno-unused-function + -Wno-deprecated-declarations + -Wno-missing-field-initializers + -Wno-parentheses +)