Allow forcing non-jemalloc build

This commit is contained in:
Matt Stancliff 2014-11-13 15:12:08 -05:00
parent 9b343678d2
commit d01d4ddcbb

View File

@ -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