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 bdfc99f commit 96905b4Copy full SHA for 96905b4
development-tools/clang.rst
@@ -103,6 +103,10 @@ Then, run ``./configure`` with the relevant flags:
103
* ASan: ``--with-address-sanitizer --without-pymalloc``
104
* UBsan: ``--with-undefined-behavior-sanitizer``
105
106
+The ``--without-pymalloc`` option is not necessary (tests should pass without it),
107
+but disabling pymalloc helps ASan uncover more bugs (ASan does not track
108
+individual allocations done by pymalloc).
109
+
110
It is OK to specify both sanitizers.
111
112
After that, run ``make`` and ``make test`` as usual.
0 commit comments