Only pass -rdynamic as linker option

This commit is contained in:
Johan Bergström
2013-04-02 11:30:13 +02:00
committed by antirez
parent 31844fe138
commit 2094eb36e7
-1
View File
@@ -58,7 +58,6 @@ else ifeq ($(uname_S),Darwin)
else
FINAL_LDFLAGS+= -rdynamic
FINAL_LIBS+= -pthread
DEBUG+= -rdynamic
endif
# Include paths to dependencies