From 4191a1111127e109f303d1bdb2b392314f430312 Mon Sep 17 00:00:00 2001 From: deraadt Date: Wed, 6 Dec 1995 10:53:00 +0000 Subject: [PATCH] optimize further --- sys/arch/mvme68k/stand/libsa/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/arch/mvme68k/stand/libsa/Makefile b/sys/arch/mvme68k/stand/libsa/Makefile index b34807022fd..9214ff4e05d 100644 --- a/sys/arch/mvme68k/stand/libsa/Makefile +++ b/sys/arch/mvme68k/stand/libsa/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.4 1995/11/22 11:17:17 deraadt Exp $ +# $Id: Makefile,v 1.5 1995/12/06 10:53:00 deraadt Exp $ LIB=sa @@ -25,7 +25,7 @@ SRC_sun3= exec_sun.c SRC_here= clock.c devopen.c dvma.c \ gets.c panic.c \ - promboot.c promcons.c bug.c + promboot.c promcons.c SRCS= ${SRC_net} ${SRC_sa} ${SRC_kern} ${SRC_sun3} ${SRC_here} @@ -35,7 +35,7 @@ SRCS= ${SRC_net} ${SRC_sa} ${SRC_kern} ${SRC_sun3} ${SRC_here} #DEFS= -DCOMPAT_UFS INCL= -I. -I${S}/lib/libsa -I${S} COPTS= #-fno-defer-pop -CFLAGS= -O ${COPTS} ${DEFS} ${DBG} ${INCL} +CFLAGS= -O2 ${COPTS} ${DEFS} ${DBG} ${INCL} .PATH: ${DIR_SA} ${DIR_KERN} ../../sun3 -- 2.20.1