summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1995-08-29 14:04:39 +0000
committerache <ache@FreeBSD.org>1995-08-29 14:04:39 +0000
commit32aaa3bb10767da2ee1dd6241f21a50f76f6cad2 (patch)
treec744459f32626f946f07637658b89e27656f640d /sbin
parent7e060a53fcc5472c5e76c1a42b964892a77dd720 (diff)
downloadFreeBSD-src-32aaa3bb10767da2ee1dd6241f21a50f76f6cad2.zip
FreeBSD-src-32aaa3bb10767da2ee1dd6241f21a50f76f6cad2.tar.gz
Remove -O2 from COPTS, known rogue
Diffstat (limited to 'sbin')
-rw-r--r--sbin/i386/ft/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/i386/ft/Makefile b/sbin/i386/ft/Makefile
index 6166c08..842589e 100644
--- a/sbin/i386/ft/Makefile
+++ b/sbin/i386/ft/Makefile
@@ -1,8 +1,8 @@
-# $Id: Makefile,v 1.2 1994/02/07 08:40:16 rgrimes Exp $
+# $Id: Makefile,v 1.3 1994/06/22 04:49:02 jkh Exp $
PROG= ft
MAN8= ft.8
SRCS= ft.c ftecc.c
-COPTS= -O2 -finline-functions -funroll-loops -fexpensive-optimizations
+COPTS= -finline-functions -funroll-loops -fexpensive-optimizations
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud