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
FINAL_LDFLAGS+= -rdynamic
FINAL_LIBS+= -pthread
DEBUG+= -rdynamic
endif
# Include paths to dependencies