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 3322d25 commit b8519cbCopy full SHA for b8519cb
llvm/cmake/modules/AddSecurityFlags.cmake
@@ -60,7 +60,6 @@ macro(append_common_extra_security_flags)
60
elseif(is_msvc)
61
add_link_option_ext("/LTCG" LTCG CMAKE_EXE_LINKER_FLAGS
62
CMAKE_MODULE_LINKER_FLAGS CMAKE_SHARED_LINKER_FLAGS)
63
- add_compile_option_ext("/sdl" SDL)
64
add_compile_option_ext("/guard:cf" GUARDCF)
65
add_link_option_ext("/CETCOMPAT" CETCOMPAT CMAKE_EXE_LINKER_FLAGS
66
0 commit comments