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
7d9ba156
Commit
7d9ba156
authored
Jun 01, 2011
by
antirez
Browse files
Added -ldl when linking against jemalloc, needed on Linux
parent
fec5a664
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Makefile
View file @
7d9ba156
...
...
@@ -36,7 +36,7 @@ endif
ifeq
($(USE_JEMALLOC),yes)
ALLOC_DEP
=
../deps/jemalloc/lib/libjemalloc.a
ALLOC_LINK
=
$(ALLOC_DEP)
ALLOC_LINK
=
$(ALLOC_DEP)
-ldl
ALLOC_FLAGS
=
-DUSE_JEMALLOC
-I
../deps/jemalloc/include
endif
...
...
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