4 --enable-silent-rules less verbose build output (undo: "make V=1")
5 # --enable-only64bit do a 64-bit only build
6 --enable-only32bit do a 32-bit only build
7 # --enable-inner enables self-hosting
8 --disable-ubsan enables the undefined behaviour sanitiser
9 --disable-lto enables building with link time optimisation
10 --enable-tls platform supports TLS
14 if test ! -x configure; then
23 Valgrind is an award-winning instrumentation framework for
24 building dynamic analysis tools. There are Valgrind tools that
25 can automatically detect many memory management and threading
26 bugs, and profile your programs in detail. You can also use
27 Valgrind to build new tools.