From 3da722dad7c80dfe067657c12990b7d948d6b1a0 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Tue, 6 Sep 2005 09:01:18 +0000 Subject: [PATCH] Remove WANT_FORCE_OPTIMIZATION_DOWNGRADE and out dated warnings about libalias(3) exposing compiler bugs. --- share/examples/etc/make.conf | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index a97f4df26bc9..21ac75377317 100644 --- a/share/examples/etc/make.conf +++ b/share/examples/etc/make.conf @@ -47,10 +47,8 @@ # CFLAGS controls the compiler settings used when compiling C code. # Note that optimization settings other than -O and -O2 are not recommended # or supported for compiling the world or the kernel - please revert any -# nonstandard optimization settings to "-O" before submitting bug reports -# without patches to the developers. -# Note also that at this time the -O2 setting is known to expose bugs in -# libalias(3), and possibly other parts of the system. +# nonstandard optimization settings to "-O" or -O2 before submitting bug +# reports without patches to the developers. # #CFLAGS= -O -pipe # @@ -85,12 +83,6 @@ # #COPTFLAGS= -O -pipe # -# To build the system compiler such that it forces high optimization levels to -# a lower one. GCC -O2+ is known to trigger known optimizer bugs at various -# times -- this is worse on the Alpha platform. The value assigned here will -# be the highest optimization value used. -#WANT_FORCE_OPTIMIZATION_DOWNGRADE=1 -# # Compare before install #INSTALL=install -C #