Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
e4f5c049
Commit
e4f5c049
authored
May 25, 2018
by
antirez
Browse files
Don't append libjemalloc.a otherwise it will be after -ldl.
parent
694145bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Makefile
View file @
e4f5c049
...
...
@@ -122,7 +122,7 @@ endif
ifeq
($(MALLOC),jemalloc)
DEPENDENCY_TARGETS
+=
jemalloc
FINAL_CFLAGS
+=
-DUSE_JEMALLOC
-I
../deps/jemalloc/include
FINAL_LIBS
+
=
../deps/jemalloc/lib/libjemalloc.a
FINAL_LIBS
:
=
../deps/jemalloc/lib/libjemalloc.a
$(FINAL_LIBS)
endif
REDIS_CC
=
$(QUIET_CC)$(CC)
$(FINAL_CFLAGS)
...
...
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