[issue20935] Support building Python with Clang sanitizer rules

Jeffrey Walton report at bugs.python.org
Sun Mar 16 00:41:13 CET 2014


Jeffrey Walton added the comment:

On Sat, Mar 15, 2014 at 7:11 PM, Benjamin Peterson
<report at bugs.python.org> wrote:
>
> Benjamin Peterson added the comment:
>
> CFLAGS="-g3 -fsanitize=address" LDFLAGS="-fsanitize=address" ./configure --with-system-expat && make -j4
>
> works for me.
Oh,my bad. I thought you meant add the libraries like
libclang_rt.asan_osx.a to the flags.

Jeff

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20935>
_______________________________________


More information about the Python-bugs-list mailing list