mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-24 08:03:32 +03:00
Add the --with-private-namespace option.
Add the --with-private-namespace option to make it possible to work around library-private symbols being exposed in static libraries.
This commit is contained in:
parent
f9a8edbb50
commit
746e77a06b
5 changed files with 228 additions and 4 deletions
6
INSTALL
6
INSTALL
|
|
@ -42,6 +42,12 @@ any of the following arguments (not a definitive list) to 'configure':
|
|||
jemalloc overlays the default malloc zone, but makes no attempt to actually
|
||||
replace the "malloc", "calloc", etc. symbols.
|
||||
|
||||
--with-private-namespace=<prefix>
|
||||
Prefix all library-private APIs with <prefix>. For shared libraries,
|
||||
symbol visibility mechanisms prevent these symbols from being exported, but
|
||||
for static libraries, naming collisions are a real possibility. By
|
||||
default, the prefix is "" (empty string).
|
||||
|
||||
--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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue