From 28762e28b0e9c91b3670b7895977ea1f720cf13a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Bergstr=C3=B6m?= Date: Sun, 17 Mar 2013 17:49:57 +1100 Subject: [PATCH] Only pass -rdynamic as linker option --- src/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index b52ad3930..a271501b1 100644 --- a/src/Makefile +++ b/src/Makefile @@ -58,7 +58,6 @@ else ifeq ($(uname_S),Darwin) else FINAL_LDFLAGS+= -rdynamic FINAL_LIBS+= -pthread - DEBUG+= -rdynamic endif # Include paths to dependencies