Go back to -O optimization...Bruce's arguments against -O2 are convincing

enough for me.
This commit is contained in:
dg 1994-11-27 14:26:16 +00:00
parent fa9f596770
commit cf8ec251cc
3 changed files with 6 additions and 6 deletions

View File

@ -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=

View File

@ -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=

View File

@ -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=