mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-22 08:08:53 -05:00
Mention USE_SYSTEM_JEMALLOC setting in README
Signed-off-by: Maytham Alsudany <maytha8thedev@gmail.com>
This commit is contained in:
parent
5defea5b98
commit
940b0fab03
@ -23,6 +23,8 @@ toolchain, and GNU make. To build Redict, simply run "make".
|
|||||||
You can pass the following variables to Redict to customize the build:
|
You can pass the following variables to Redict to customize the build:
|
||||||
|
|
||||||
* `USE_JEMALLOC=no MALLOC=libc`: use the libc allocator rather than jemalloc
|
* `USE_JEMALLOC=no MALLOC=libc`: use the libc allocator rather than jemalloc
|
||||||
|
* `USE_SYSTEM_JEMALLOC=yes`: use the system's installed jemalloc libraries
|
||||||
|
rather than the vendored copy.
|
||||||
* `BUILD_TLS=yes`: build with TLS support. Requires OpenSSL.
|
* `BUILD_TLS=yes`: build with TLS support. Requires OpenSSL.
|
||||||
* `USE_SYSTEMD=yes`: build with systemd support. Requires libsystemd.
|
* `USE_SYSTEMD=yes`: build with systemd support. Requires libsystemd.
|
||||||
* `PROG_SUFFIX="-suffix"`: Append "-suffix" to executable names
|
* `PROG_SUFFIX="-suffix"`: Append "-suffix" to executable names
|
||||||
|
Loading…
Reference in New Issue
Block a user