Skip to content

Commit 671c408

Browse files
committed
readme: Mention that asan doesn't work properly with msvcrt
This was concluded in #224.
1 parent 69d3d40 commit 671c408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ which produces binaries for (and uses) msvcrt.dll, which is a
4545
built-in component in all versions of Windows. This allows running
4646
directly out of the box on older versions of Windows too, without
4747
ensuring that the UCRT is installed, but msvcrt.dll is generally
48-
less featureful.
48+
less featureful. Address Sanitizer only works properly with UCRT.
4949

5050
In addition to the downloadable toolchain packges, there are also
5151
prebuilt docker linux images containing the llvm-mingw toolchain,

0 commit comments

Comments
 (0)