From owner-cvs-share Wed May 6 12:45:59 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA03545 for cvs-share-outgoing; Wed, 6 May 1998 12:45:59 -0700 (PDT) (envelope-from owner-cvs-share) Received: (from hsu@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA03276; Wed, 6 May 1998 12:44:49 -0700 (PDT) (envelope-from hsu) Date: Wed, 6 May 1998 12:44:49 -0700 (PDT) From: Jeffrey Hsu Message-Id: <199805061944.MAA03276@hub.freebsd.org> To: jkh Subject: Re: cvs commit: src/share/mk sys.mk Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-share@FreeBSD.org Sender: owner-cvs-share@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > Modified files: > share/mk sys.mk > Log: > Add -pipe to default CFLAGS. The optimization it provides is cheap > and does not require any special action on the part of the user to > take advantage of it. And no, it probably won't work with c89. Cry me > a river! Aside from "it's harder", why not change the gcc configuration to make -pipe the default unless it's turned off with another commandline option?