diff options
author | Jason Evans <jasone@canonware.com> | 2010-01-17 09:49:20 (GMT) |
---|---|---|
committer | Jason Evans <jasone@canonware.com> | 2010-01-17 09:49:20 (GMT) |
commit | b0fd5016db74678476868abb380170b319a50480 (patch) | |
tree | 119b341daefeb358581d8979a762f85702014a45 /jemalloc/INSTALL | |
parent | bbaaecb729e8f979abcaac8e82d4b62a941a40cf (diff) | |
download | jemalloc-b0fd5016db74678476868abb380170b319a50480.zip jemalloc-b0fd5016db74678476868abb380170b319a50480.tar.gz jemalloc-b0fd5016db74678476868abb380170b319a50480.tar.bz2 |
Add the --with-install-suffix configure option.
Fix some bugs in the Makefile's install target.
Diffstat (limited to 'jemalloc/INSTALL')
-rw-r--r-- | jemalloc/INSTALL | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/jemalloc/INSTALL b/jemalloc/INSTALL index c24895a..5cccb4e 100644 --- a/jemalloc/INSTALL +++ b/jemalloc/INSTALL @@ -31,6 +31,11 @@ any of the following arguments (not a definitive list) to 'configure': becomes <prefix>malloc(). This makes it possible to use jemalloc at the same time as the system allocator. +--with-install-suffix=<suffix> + Append <suffix> to the base name of all installed files, such that multiple + versions of jemalloc can coexist in the same installation directory. For + example, libjemalloc.so.0 becomes libjemalloc<suffix>.so.0. + --enable-debug Enable assertions and validation code. This incurs a substantial performance hit, but is very useful during application development. |