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 69d3d40 commit 671c408Copy full SHA for 671c408
README.md
@@ -45,7 +45,7 @@ which produces binaries for (and uses) msvcrt.dll, which is a
45
built-in component in all versions of Windows. This allows running
46
directly out of the box on older versions of Windows too, without
47
ensuring that the UCRT is installed, but msvcrt.dll is generally
48
-less featureful.
+less featureful. Address Sanitizer only works properly with UCRT.
49
50
In addition to the downloadable toolchain packges, there are also
51
prebuilt docker linux images containing the llvm-mingw toolchain,
0 commit comments