From f0dd940a69b014ba40d7bb3c5bda6b2b50c24331 Mon Sep 17 00:00:00 2001 From: kato Date: Sat, 24 Apr 1999 04:29:13 +0000 Subject: Optimize better for space. Submitted by: Takahashi Yoshihiro --- sys/boot/pc98/boot2/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/boot/pc98/boot2/Makefile b/sys/boot/pc98/boot2/Makefile index 8c9b84e..c743472 100644 --- a/sys/boot/pc98/boot2/Makefile +++ b/sys/boot/pc98/boot2/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.22 1999/01/04 08:02:13 kato Exp $ +# $Id: Makefile,v 1.1 1999/02/03 08:39:08 kato Exp $ # PROG= boot @@ -8,8 +8,8 @@ SRCS+= probe_keyboard.c io.c disk.c sys.c BINDIR= /boot BINMODE= 444 -CFLAGS= -O2 -malign-functions=0 -malign-jumps=0 -malign-loops=0 \ - -mno-486 \ +CFLAGS= -Os -malign-functions=0 -malign-jumps=0 -malign-loops=0 \ + -mno-486 -mrtd \ -DPC98 -DBOOTWAIT=${BOOTWAIT} -DTIMEOUT=${TIMEOUT} CFLAGS+= -DBOOTSEG=${BOOTSEG} -DBOOTSTACK=${BOOTSTACK} CFLAGS+= ${CWARNFLAGS} -- cgit v1.1