aboutsummaryrefslogtreecommitdiff
path: root/sbin/i386/ft
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1995-08-29 14:04:39 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1995-08-29 14:04:39 +0000
commit6932478de984a6569cccff496fd333327c302ad7 (patch)
treec744459f32626f946f07637658b89e27656f640d /sbin/i386/ft
parent93fe9cf4a41e4ac8c1812e74c119f71fab6b2120 (diff)
downloadsrc-6932478de984a6569cccff496fd333327c302ad7.tar.gz
src-6932478de984a6569cccff496fd333327c302ad7.zip
Remove -O2 from COPTS, known rogue
Notes
Notes: svn path=/head/; revision=10417
Diffstat (limited to 'sbin/i386/ft')
-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 6166c08a56b7..842589e3cd5b 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>