]>
git.proxmox.com Git - rustc.git/blob - src/jemalloc/bin/jemalloc-config.in
6 @BINDIR@/jemalloc-config <option>
8 --help | -h : Print usage.
9 --version : Print jemalloc version.
10 --revision : Print shared library revision number.
11 --config : Print configure options used to build jemalloc.
12 --prefix : Print installation directory prefix.
13 --bindir : Print binary installation directory.
14 --datadir : Print data installation directory.
15 --includedir : Print include installation directory.
16 --libdir : Print library installation directory.
17 --mandir : Print manual page installation directory.
18 --cc : Print compiler used to build jemalloc.
19 --cflags : Print compiler flags used to build jemalloc.
20 --cppflags : Print preprocessor flags used to build jemalloc.
21 --ldflags : Print library flags used to build jemalloc.
22 --libs : Print libraries jemalloc was linked against.
27 exec_prefix
="@exec_prefix@"
35 echo "@jemalloc_version@"
71 echo "@LDFLAGS@ @EXTRA_LDFLAGS@"