We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af7e049 commit a0ffbfbCopy full SHA for a0ffbfb
CMakeLists.txt
@@ -1044,8 +1044,7 @@ if(NOT "${EXTRA_CFLAGS}" STREQUAL "")
1044
# The meaning of EXTRA_CFLAGS is "use the exact specified options, or the
1045
# build risks failing to fail", not "try every specified option, omit those
1046
# that do not work and use the rest". Thus use add_compile_options(), not
1047
- # foreach()/check_and_add_compiler_option(). Another reason to do that is
1048
- # that the effect lasts in testprogs/ and testprogs/fuzz/.
+ # foreach()/check_and_add_compiler_option().
1049
string(REPLACE " " ";" _extra_cflags_list ${EXTRA_CFLAGS})
1050
add_compile_options(${_extra_cflags_list})
1051
message(STATUS "Added extra compile options (${EXTRA_CFLAGS})")
0 commit comments