Skip to content

Commit 73dc01b

Browse files
AlexeySachkovKornevNikita
authored andcommitted
Drop /analyze instead of /WX
1 parent 1c16a2b commit 73dc01b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/cmake/modules/AddSecurityFlags.cmake

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ macro(append_common_extra_security_flags)
7474
elseif(is_icpx)
7575
add_compile_option_ext("/Wformat" WFORMAT)
7676
add_compile_option_ext("/Wformat-security" WFORMATSECURITY)
77-
elseif(is_msvc)
78-
add_compile_option_ext("/analyze" ANALYZE)
7977
endif()
8078

8179
if(CMAKE_BUILD_TYPE MATCHES "Release")

0 commit comments

Comments
 (0)