Skip to content

Commit

Permalink
update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
i80287 committed Oct 14, 2024
1 parent ded9a8c commit 59fd4c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,11 @@ function(configure_gcc_or_clang_gcc_options)
-Wformat=2
-Werror
-pedantic-errors
-fstack-protector-strong
)
if (NOT USING_MINGW_GCC AND CMAKE_SYSTEM_NAME MATCHES "Linux")
set(LOCAL_FN_TEST_COMPILE_OPTIONS
${LOCAL_FN_TEST_COMPILE_OPTIONS}
-fstack-protector-strong
-mshstk
)
endif()
Expand Down

0 comments on commit 59fd4c7

Please sign in to comment.