Remove -ftrampolines as we don’t have nested functions anymore
This commit is contained in:
parent
f7c8e76782
commit
952914c3c5
|
@ -51,7 +51,6 @@ LDFLAGS += -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/pkg/lib
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(UNAME),OpenBSD)
|
ifeq ($(UNAME),OpenBSD)
|
||||||
CFLAGS += -ftrampolines
|
|
||||||
CFLAGS += -I${X11BASE}/include
|
CFLAGS += -I${X11BASE}/include
|
||||||
LDFLAGS += -liconv
|
LDFLAGS += -liconv
|
||||||
LDFLAGS += -L${X11BASE}/lib
|
LDFLAGS += -L${X11BASE}/lib
|
||||||
|
|
Loading…
Reference in New Issue