diff --git a/src/core/cmakehelper.cmake b/src/core/cmakehelper.cmake index f453a01..0719e27 100644 --- a/src/core/cmakehelper.cmake +++ b/src/core/cmakehelper.cmake @@ -65,7 +65,7 @@ function(setup_compile_params arg_target) else() target_compile_options(${arg_target} PRIVATE -Wall -Wextra -Werror - $<$>:-ffunction-sections -fdata-sections -fcf-protection=full> # -Wa,-mno-branches-within-32B-boundaries? + $<$>:-ffunction-sections -fdata-sections> # -fcf-protection=full? -Wa,-mno-branches-within-32B-boundaries? ) target_link_options(${arg_target} PRIVATE $<$>:-Wl,--gc-sections>