diff options
author | David Greenman <dg@FreeBSD.org> | 1994-11-27 14:26:16 +0000 |
---|---|---|
committer | David Greenman <dg@FreeBSD.org> | 1994-11-27 14:26:16 +0000 |
commit | 150f9c68d543105c36d45ae268aaefd5b6afb002 (patch) | |
tree | b0c55309a3726035c907bdc4c53c348caa1c33fd /sys/conf/Makefile.powerpc | |
parent | d4390252086ec7f4599fb8ba91e48f81b77eca37 (diff) | |
download | src-150f9c68d543105c36d45ae268aaefd5b6afb002.tar.gz src-150f9c68d543105c36d45ae268aaefd5b6afb002.zip |
Go back to -O optimization...Bruce's arguments against -O2 are convincing
enough for me.
Notes
Notes:
svn path=/head/; revision=4836
Diffstat (limited to 'sys/conf/Makefile.powerpc')
-rw-r--r-- | sys/conf/Makefile.powerpc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/Makefile.powerpc b/sys/conf/Makefile.powerpc index a48cde2d760b..d5f0657c792e 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.49 1994/11/15 14:43:45 bde Exp $ +# $Id: Makefile.i386,v 1.50 1994/11/24 14:26:11 davidg 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?=-O2 +COPTFLAGS?=-O INCLUDES= -I. -I$S -I$S/sys COPTS= ${INCLUDES} ${IDENT} -DKERNEL -Di386 -DLOAD_ADDRESS=0x${LOAD_ADDRESS} ASFLAGS= |