summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386/gptboot
diff options
context:
space:
mode:
authorrnordier <rnordier@FreeBSD.org>1999-04-05 07:24:51 +0000
committerrnordier <rnordier@FreeBSD.org>1999-04-05 07:24:51 +0000
commit33dbdcecb9d59341ecbe346eed6fcc0f743dc7c8 (patch)
treef777badcaf2a692c0ff57c0b7df3db07e2102144 /sys/boot/i386/gptboot
parenteae521d2fd5763270061643edbb8d570c432ac6a (diff)
downloadFreeBSD-src-33dbdcecb9d59341ecbe346eed6fcc0f743dc7c8.zip
FreeBSD-src-33dbdcecb9d59341ecbe346eed6fcc0f743dc7c8.tar.gz
Optimize better for space.
Thanks to: jdp
Diffstat (limited to 'sys/boot/i386/gptboot')
-rw-r--r--sys/boot/i386/gptboot/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/i386/gptboot/Makefile b/sys/boot/i386/gptboot/Makefile
index 2b581ec..d10aa12 100644
--- a/sys/boot/i386/gptboot/Makefile
+++ b/sys/boot/i386/gptboot/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.10 1998/11/08 15:36:34 rnordier Exp $
+# $Id: Makefile,v 1.11 1999/01/10 14:48:03 rnordier Exp $
PROG= boot2
NOMAN=
@@ -25,7 +25,7 @@ ORG1= 0x7c00
ORG2= 0x1000
CFLAGS= -elf -I${.CURDIR}/../btx/lib -I. -fno-builtin \
- -O2 -malign-functions=0 -malign-jumps=0 -malign-loops=0 -mrtd \
+ -Os -malign-functions=0 -malign-jumps=0 -malign-loops=0 -mrtd \
-Wall -Waggregate-return -Wbad-function-cast -Wcast-align \
-Wmissing-declarations -Wmissing-prototypes -Wnested-externs \
-Wpointer-arith -Wshadow -Wstrict-prototypes -Wwrite-strings
OpenPOWER on IntegriCloud