downgraded default profile to core2
[k8sbuild.git] / xoptz / valgrind.xopt
blob937224d11e83570f4b1ad509dcfde0232c8ae15a
1 #profile=empty
2 profile=i586
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
13 [preconfigure]
14 if test ! -x configure; then
15   ./autogen.sh
17 [/preconfigure]
20 !DESC
21 Valgrind
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.
29 http://valgrind.org
30 !EOF