diff options
author | Jason Evans <je@facebook.com> | 2010-03-02 22:12:58 (GMT) |
---|---|---|
committer | Jason Evans <je@facebook.com> | 2010-03-02 22:12:58 (GMT) |
commit | ca6bd4f1c8081275f9bb98d351e5fb2b0b1fa135 (patch) | |
tree | 02e6d7b54266d30437bb08e3f4571ba6f3e5aa7a /jemalloc/INSTALL | |
parent | a40bc7afe8ae71b05eba81805c87d92e9bf6ce27 (diff) | |
download | jemalloc-ca6bd4f1c8081275f9bb98d351e5fb2b0b1fa135.zip jemalloc-ca6bd4f1c8081275f9bb98d351e5fb2b0b1fa135.tar.gz jemalloc-ca6bd4f1c8081275f9bb98d351e5fb2b0b1fa135.tar.bz2 |
Add the --with-static-libunwind configure option.
Diffstat (limited to 'jemalloc/INSTALL')
-rw-r--r-- | jemalloc/INSTALL | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/jemalloc/INSTALL b/jemalloc/INSTALL index c02e252..e8d0b7a 100644 --- a/jemalloc/INSTALL +++ b/jemalloc/INSTALL @@ -59,6 +59,10 @@ any of the following arguments (not a definitive list) to 'configure': variety of system configurations than the default backtracing code, which is based on libgcc functionality or gcc intrinsics. +--with-static-libunwind=<libunwind.a> + Statically link against the specified libunwind.a rather than dynamically + linking with -lunwind. + --disable-tiny Disable tiny (sub-quantum-sized) object support. Technically it is not legal for a malloc implementation to allocate objects with less than |