Commit 2094eb36 authored by Johan Bergström's avatar Johan Bergström Committed by antirez
Browse files

Only pass -rdynamic as linker option

parent 31844fe1
...@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment