Skip to content
Martin Albrecht edited this page Jun 25, 2020 · 1 revision

To build and run with ASan try:

CXXFLAGS="-fsanitize=address  -static-libasan" ./rebuild.sh -g
LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libasan.so.5.0.0 ipython
Clone this wiki locally