diff options
| author | David Greenman <dg@FreeBSD.org> | 1994-11-24 14:26:11 +0000 |
|---|---|---|
| committer | David Greenman <dg@FreeBSD.org> | 1994-11-24 14:26:11 +0000 |
| commit | 63281ad7528de71c6be2775ba1dffe60fb9f2289 (patch) | |
| tree | 997bf621146643f4b4d02e2e47948b29bd3c34f6 /sys | |
| parent | 42f95041819283789662dda532e77dfd07085705 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/conf/Makefile.i386 | 4 | ||||
| -rw-r--r-- | sys/conf/Makefile.powerpc | 4 | ||||
| -rw-r--r-- | sys/i386/conf/Makefile.i386 | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/conf/Makefile.i386 b/sys/conf/Makefile.i386 index be75bff7d5fe1..a48cde2d760bd 100644 --- a/sys/conf/Makefile.i386 +++ b/sys/conf/Makefile.i386 @@ -1,6 +1,6 @@ # Copyright 1990 W. Jolitz # from: @(#)Makefile.i386 7.1 5/10/91 -# $Id: Makefile.i386,v 1.48 1994/10/25 19:34:57 bde Exp $ +# $Id: Makefile.i386,v 1.49 1994/11/15 14:43:45 bde Exp $ # # Makefile for FreeBSD # @@ -41,7 +41,7 @@ CWARNFLAGS?=-W -Wreturn-type -Wcomment -Wredundant-decls # When working on removing warnings from code, the `-Werror' flag should be # of material assistance. # -COPTFLAGS?=-O +COPTFLAGS?=-O2 INCLUDES= -I. -I$S -I$S/sys COPTS= ${INCLUDES} ${IDENT} -DKERNEL -Di386 -DLOAD_ADDRESS=0x${LOAD_ADDRESS} ASFLAGS= diff --git a/sys/conf/Makefile.powerpc b/sys/conf/Makefile.powerpc index be75bff7d5fe1..a48cde2d760bd 100644 --- a/sys/conf/Makefile.powerpc +++ b/sys/conf/Makefile.powerpc @@ -1,6 +1,6 @@ # Copyright 1990 W. Jolitz # from: @(#)Makefile.i386 7.1 5/10/91 -# $Id: Makefile.i386,v 1.48 1994/10/25 19:34:57 bde Exp $ +# $Id: Makefile.i386,v 1.49 1994/11/15 14:43:45 bde Exp $ # # Makefile for FreeBSD # @@ -41,7 +41,7 @@ CWARNFLAGS?=-W -Wreturn-type -Wcomment -Wredundant-decls # When working on removing warnings from code, the `-Werror' flag should be # of material assistance. # -COPTFLAGS?=-O +COPTFLAGS?=-O2 INCLUDES= -I. -I$S -I$S/sys COPTS= ${INCLUDES} ${IDENT} -DKERNEL -Di386 -DLOAD_ADDRESS=0x${LOAD_ADDRESS} ASFLAGS= diff --git a/sys/i386/conf/Makefile.i386 b/sys/i386/conf/Makefile.i386 index be75bff7d5fe1..a48cde2d760bd 100644 --- a/sys/i386/conf/Makefile.i386 +++ b/sys/i386/conf/Makefile.i386 @@ -1,6 +1,6 @@ # Copyright 1990 W. Jolitz # from: @(#)Makefile.i386 7.1 5/10/91 -# $Id: Makefile.i386,v 1.48 1994/10/25 19:34:57 bde Exp $ +# $Id: Makefile.i386,v 1.49 1994/11/15 14:43:45 bde Exp $ # # Makefile for FreeBSD # @@ -41,7 +41,7 @@ CWARNFLAGS?=-W -Wreturn-type -Wcomment -Wredundant-decls # When working on removing warnings from code, the `-Werror' flag should be # of material assistance. # -COPTFLAGS?=-O +COPTFLAGS?=-O2 INCLUDES= -I. -I$S -I$S/sys COPTS= ${INCLUDES} ${IDENT} -DKERNEL -Di386 -DLOAD_ADDRESS=0x${LOAD_ADDRESS} ASFLAGS= |
