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
fef42d09
Commit
fef42d09
authored
May 24, 2018
by
antirez
Browse files
Add --with-version in Jemalloc config script.
parent
8d76c6a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
deps/Makefile
View file @
fef42d09
...
...
@@ -77,7 +77,7 @@ JEMALLOC_LDFLAGS= $(LDFLAGS)
jemalloc
:
.make-prerequisites
@
printf
'%b %b\n'
$(MAKECOLOR)
MAKE
$(ENDCOLOR)
$(BINCOLOR)$@$(ENDCOLOR)
cd
jemalloc
&&
./configure
--with-lg-quantum
=
3
--with-jemalloc-prefix
=
je_
--enable-cc-silence
CFLAGS
=
"
$(JEMALLOC_CFLAGS)
"
LDFLAGS
=
"
$(JEMALLOC_LDFLAGS)
"
cd
jemalloc
&&
./configure
--with-version
=
5.1.0-0-g0
--with-lg-quantum
=
3
--with-jemalloc-prefix
=
je_
--enable-cc-silence
CFLAGS
=
"
$(JEMALLOC_CFLAGS)
"
LDFLAGS
=
"
$(JEMALLOC_LDFLAGS)
"
cd
jemalloc
&&
$(MAKE)
CFLAGS
=
"
$(JEMALLOC_CFLAGS)
"
LDFLAGS
=
"
$(JEMALLOC_LDFLAGS)
"
lib/libjemalloc.a
.PHONY
:
jemalloc
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