mirror of
https://github.com/redis/redis.git
synced 2026-04-21 03:01:35 -04:00
Allow forcing non-jemalloc build
This commit is contained in:
@@ -46,6 +46,10 @@ ifeq ($(USE_JEMALLOC),yes)
|
||||
MALLOC=jemalloc
|
||||
endif
|
||||
|
||||
ifeq ($(USE_JEMALLOC),no)
|
||||
MALLOC=libc
|
||||
endif
|
||||
|
||||
# Override default settings if possible
|
||||
-include .make-settings
|
||||
|
||||
|
||||
Reference in New Issue
Block a user