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
348be19b
Commit
348be19b
authored
Mar 17, 2013
by
Johan Bergström
Browse files
Only pass -rdynamic as linker option
parent
33a4bc2c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Makefile
View file @
348be19b
...
@@ -58,7 +58,6 @@ else ifeq ($(uname_S),Darwin)
...
@@ -58,7 +58,6 @@ else ifeq ($(uname_S),Darwin)
else
else
FINAL_LDFLAGS
+=
-rdynamic
FINAL_LDFLAGS
+=
-rdynamic
FINAL_LIBS
+=
-pthread
FINAL_LIBS
+=
-pthread
DEBUG
+=
-rdynamic
endif
endif
# Include paths to dependencies
# Include paths to dependencies
...
...
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