From: Michael Stapelberg Date: Thu, 11 Mar 2010 14:36:54 +0000 (+0100) Subject: Remove -ftrampolines as we don’t have nested functions anymore X-Git-Tag: 3.e~6^2~98 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=952914c3c5c8956435900549e71d36bc17a04c2f;p=i3%2Fi3 Remove -ftrampolines as we don’t have nested functions anymore --- diff --git a/common.mk b/common.mk index 39aac5f6..cca747be 100644 --- a/common.mk +++ b/common.mk @@ -51,7 +51,6 @@ LDFLAGS += -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/pkg/lib endif ifeq ($(UNAME),OpenBSD) -CFLAGS += -ftrampolines CFLAGS += -I${X11BASE}/include LDFLAGS += -liconv LDFLAGS += -L${X11BASE}/lib