Remove -rdynamic from cygwin LDFLAGS

This commit is contained in:
Maxime Coste 2015-07-20 13:17:03 +01:00
parent d8fe238c11
commit d55297c12d

View File

@ -17,7 +17,6 @@ ifeq ($(os),Darwin)
LIBS += -lncurses -lboost_regex-mt LIBS += -lncurses -lboost_regex-mt
else ifneq (,$(findstring CYGWIN,$(os))) else ifneq (,$(findstring CYGWIN,$(os)))
LIBS += -lncursesw -lboost_regex -ldbghelp LIBS += -lncursesw -lboost_regex -ldbghelp
LDFLAGS += -rdynamic
else else
LIBS += -lncursesw -lboost_regex LIBS += -lncursesw -lboost_regex
LDFLAGS += -rdynamic LDFLAGS += -rdynamic