diff options
author | Jason Evans <je@fb.com> | 2012-03-03 00:38:37 (GMT) |
---|---|---|
committer | Jason Evans <je@fb.com> | 2012-03-03 00:38:37 (GMT) |
commit | 7b398aca3bfa558774548ffed6c1a8baba46cc79 (patch) | |
tree | f4c0d71d5aaad88ba0f0f7a593d678ac75ff5144 /INSTALL | |
parent | 84f7cdb0c588322dfd50a26497fc1cb54b792018 (diff) | |
download | jemalloc-7b398aca3bfa558774548ffed6c1a8baba46cc79.zip jemalloc-7b398aca3bfa558774548ffed6c1a8baba46cc79.tar.gz jemalloc-7b398aca3bfa558774548ffed6c1a8baba46cc79.tar.bz2 |
Add fine-grained build/install targets.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -169,11 +169,24 @@ PATH="?" === Advanced compilation ======================================================= +To build only parts of jemalloc, use the following targets: + + build_lib_shared + build_lib_static + build_lib + build_doc_html + build_doc_man + build_doc + To install only parts of jemalloc, use the following targets: install_bin install_include + install_lib_shared + install_lib_static install_lib + install_doc_html + install_doc_man install_doc To clean up build results to varying degrees, use the following make targets: |