From 6932478de984a6569cccff496fd333327c302ad7 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Tue, 29 Aug 1995 14:04:39 +0000 Subject: Remove -O2 from COPTS, known rogue --- sbin/i386/ft/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sbin/i386/ft') 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 -- cgit v1.2.3