mirror of
https://github.com/mawww/kakoune.git
synced 2024-12-18 08:51:46 +03:00
Pass -rdynamic only to the linker
This commit is contained in:
parent
507cdd7272
commit
d9e462851c
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user