From 952914c3c5c8956435900549e71d36bc17a04c2f Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Thu, 11 Mar 2010 15:36:54 +0100 Subject: [PATCH] =?UTF-8?q?Remove=20-ftrampolines=20as=20we=20don=E2=80=99?= =?UTF-8?q?t=20have=20nested=20functions=20anymore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common.mk | 1 - 1 file changed, 1 deletion(-) 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