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 1c16a2b commit 73dc01bCopy full SHA for 73dc01b
llvm/cmake/modules/AddSecurityFlags.cmake
@@ -74,8 +74,6 @@ macro(append_common_extra_security_flags)
74
elseif(is_icpx)
75
add_compile_option_ext("/Wformat" WFORMAT)
76
add_compile_option_ext("/Wformat-security" WFORMATSECURITY)
77
- elseif(is_msvc)
78
- add_compile_option_ext("/analyze" ANALYZE)
79
endif()
80
81
if(CMAKE_BUILD_TYPE MATCHES "Release")
0 commit comments