summaryrefslogtreecommitdiffstats
path: root/jemalloc/INSTALL
diff options
context:
space:
mode:
authorJason Evans <jasone@canonware.com>2010-01-17 09:49:20 (GMT)
committerJason Evans <jasone@canonware.com>2010-01-17 09:49:20 (GMT)
commitb0fd5016db74678476868abb380170b319a50480 (patch)
tree119b341daefeb358581d8979a762f85702014a45 /jemalloc/INSTALL
parentbbaaecb729e8f979abcaac8e82d4b62a941a40cf (diff)
downloadjemalloc-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/INSTALL5
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.