mirror of https://mirror.osredm.com/root/redis.git
Only pass -rdynamic as linker option
This commit is contained in:
parent
33a4bc2c70
commit
348be19b5f
|
@ -58,7 +58,6 @@ else ifeq ($(uname_S),Darwin)
|
|||
else
|
||||
FINAL_LDFLAGS+= -rdynamic
|
||||
FINAL_LIBS+= -pthread
|
||||
DEBUG+= -rdynamic
|
||||
endif
|
||||
|
||||
# Include paths to dependencies
|
||||
|
|
Loading…
Reference in New Issue