mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-24 16:13:38 +03:00
Add configure option --disable-libdl.
This makes it possible to build full static binary.
This commit is contained in:
parent
8e9a613122
commit
1f55a15467
2 changed files with 34 additions and 8 deletions
|
|
@ -269,6 +269,11 @@ any of the following arguments (not a definitive list) to 'configure':
|
|||
in the same process, which will almost certainly result in confusing runtime
|
||||
crashes if pointers leak from one implementation to the other.
|
||||
|
||||
* `--disable-libdl`
|
||||
|
||||
Disable the usage of libdl, namely dlsym(3) which is required by the lazy
|
||||
lock option. This can allow building static binaries.
|
||||
|
||||
The following environment variables (not a definitive list) impact configure's
|
||||
behavior:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue