From owner-freebsd-commit Fri Aug 11 11:09:21 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id LAA00564 for commit-outgoing; Fri, 11 Aug 1995 11:09:21 -0700 Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id LAA00552 for cvs-share-outgoing; Fri, 11 Aug 1995 11:09:15 -0700 Received: from localhost (localhost [127.0.0.1]) by freefall.FreeBSD.org (8.6.11/8.6.6) with SMTP id LAA00544 ; Fri, 11 Aug 1995 11:09:10 -0700 X-Authentication-Warning: freefall.FreeBSD.org: Host localhost didn't use HELO protocol To: =?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= (aka Andrey A. Chernov, Black Mage) cc: CVS-commiters@freefall.FreeBSD.org, cvs-share@freefall.FreeBSD.org, David Greenman Subject: Re: cvs commit: src/share/mk sys.mk In-reply-to: Your message of "Fri, 11 Aug 95 17:27:46 +0400." Date: Fri, 11 Aug 1995 11:08:33 -0700 Message-ID: <484.808164513@freefall.FreeBSD.org> From: "Jordan K. Hubbard" Sender: commit-owner@FreeBSD.org Precedence: bulk > > Changed default optimization from -O2 back to -O...gcc 2.6.* has serious > > bugs when using -O2. > > Maybe add -fno-strength-reduce instead? Naw, I think it's a better policy to be less aggressive in the optimization until it's fixed! :-) Jordan