mirror of
https://github.com/fluencelabs/redis
synced 2025-03-20 17:40:50 +00:00
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
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user