diff --git a/src/Makefile b/src/Makefile index e3e6b5b6..302ba0d9 100644 --- a/src/Makefile +++ b/src/Makefile @@ -17,7 +17,6 @@ ifeq ($(os),Darwin) LIBS += -lncurses -lboost_regex-mt else ifneq (,$(findstring CYGWIN,$(os))) LIBS += -lncursesw -lboost_regex -ldbghelp - LDFLAGS += -rdynamic else LIBS += -lncursesw -lboost_regex LDFLAGS += -rdynamic