Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
d01d4ddc
Commit
d01d4ddc
authored
Nov 13, 2014
by
Matt Stancliff
Browse files
Allow forcing non-jemalloc build
parent
9b343678
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Makefile
View file @
d01d4ddc
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment