Pass -rdynamic only to the linker

This commit is contained in:
Maxime Coste 2014-09-28 23:59:04 +01:00
parent 507cdd7272
commit d9e462851c

View File

@ -9,7 +9,8 @@ bindir := $(DESTDIR)$(PREFIX)/bin
sharedir := $(DESTDIR)$(PREFIX)/share/kak
docdir := $(DESTDIR)$(PREFIX)/share/doc/kak
CXXFLAGS += -std=gnu++11 -g -Wall -Wno-reorder -Wno-sign-compare -pedantic -rdynamic
CXXFLAGS += -std=gnu++11 -g -Wall -Wno-reorder -Wno-sign-compare -pedantic
LDFLAGS += -rdynamic
os := $(shell uname)