Only pass -rdynamic as linker option

This commit is contained in:
Johan Bergström 2013-03-17 17:49:57 +11:00
parent 33a4bc2c70
commit 348be19b5f

View File

@ -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