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 7222314 commit 0a4ff98Copy full SHA for 0a4ff98
compiler-rt/CMakeLists.txt
@@ -378,7 +378,7 @@ endif()
378
if(MSVC)
379
380
# asan on windows only supports the release dll version of the runtimes, in the interest of
381
- # only having one asan dll to support/test, having asan statically linked
+ # only having one asan dll to support/test. Having asan statically linked
382
# with the runtime might be possible, but it multiplies the number of scenerios to test.
383
# the program USING sanitizers can use whatever version of the runtime it wants to.
384
set(CMAKE_MSVC_RUNTIME_LIBRARY MultiThreadedDLL)
0 commit comments