summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2012-09-02 03:56:18 +0000
committerderaadt <deraadt@openbsd.org>2012-09-02 03:56:18 +0000
commit541dd3403dc367c4c2f67d2450a83bb55b54e81c (patch)
tree32705ee9c6c5f6dac1bb0c1a72c9968895439f8c
parentDocument (in this commit message, and an annotation in the Makefile) (diff)
downloadwireguard-openbsd-541dd3403dc367c4c2f67d2450a83bb55b54e81c.tar.xz
wireguard-openbsd-541dd3403dc367c4c2f67d2450a83bb55b54e81c.zip
Oh, but only -O1 is needed. With -fpie, -O0 is currently needed. Bah.
-rw-r--r--usr.bin/tic/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tic/Makefile b/usr.bin/tic/Makefile
index 0675bcf05b3..432e89ca564 100644
--- a/usr.bin/tic/Makefile
+++ b/usr.bin/tic/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.6 2012/09/02 03:55:46 deraadt Exp $
+# $OpenBSD: Makefile,v 1.7 2012/09/02 03:56:18 deraadt Exp $
PROG= tic
SRCS= dump_entry.c tic.c
@@ -12,7 +12,7 @@ CLEANFILES+= termsort.c captoinfo.1
# Work around gcc optimization bug on sh
.if (${MACHINE_ARCH} == sh)
-COPTS+= -O0
+COPTS+= -O1
.endif
beforedepend: termsort.c