summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 51cd94c295..85434f92ac 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,7 @@ ifeq ($(platform),darwin)
endif
ifeq ($(platform),linux)
- LINKFLAGS += -pthread -lrt
+ LINKFLAGS += -pthread -lrt -rdynamic
endif
ifeq ($(platform),solaris)