Remove -O2 from COPTS, known rogue

This commit is contained in:
ache 1995-08-29 14:04:39 +00:00
parent 7e060a53fc
commit 32aaa3bb10

View File

@ -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>