mirror of
https://github.com/fluencelabs/redis
synced 2025-03-19 17:10:50 +00:00
Allow forcing non-jemalloc build
This commit is contained in:
parent
9b343678d2
commit
d01d4ddcbb
@ -46,6 +46,10 @@ ifeq ($(USE_JEMALLOC),yes)
|
|||||||
MALLOC=jemalloc
|
MALLOC=jemalloc
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(USE_JEMALLOC),no)
|
||||||
|
MALLOC=libc
|
||||||
|
endif
|
||||||
|
|
||||||
# Override default settings if possible
|
# Override default settings if possible
|
||||||
-include .make-settings
|
-include .make-settings
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user