From owner-freebsd-alpha Fri Sep 28 11: 9:31 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from mail.fidnet.com (three.fidnet.com [205.216.200.53]) by hub.freebsd.org (Postfix) with SMTP id 406C137B40C for ; Fri, 28 Sep 2001 11:09:28 -0700 (PDT) Received: (qmail 5990 invoked from network); 28 Sep 2001 18:09:21 -0000 Received: from unknown (HELO Beast) (216.229.82.132) by three.fidnet.com with SMTP; 28 Sep 2001 18:09:21 -0000 From: "Matthew Rezny" To: "alpha@freebsd.org" Date: Fri, 28 Sep 2001 13:09:42 -0500 Reply-To: "Matthew Rezny" X-Mailer: PMMail 2000 Professional (2.10.2010) For Windows 2000 (5.0.2195;2) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: the -O2 flag Message-Id: <20010928180928.406C137B40C@hub.freebsd.org> Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Now that I"ve created make.conf to set my architecture so that gcc doesn't crash while compiling KDE with -O as is the default, I have another question. Somehow it still ends up with -O2 in the Makefiles that the configure script builds. g++ gives a big warning about known optimizer bugs on this platform with that switch. Now does this mean gcc might crash while compiling or that it may produce bad object code? I've always tried to edit that flag out of makefiles, but this damn thing has a makefile in every subdirectory so I'd have to edit several dozen. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message