This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: -pipe by default


On Fri, Sep 15, 2000 at 07:18:00PM -0400, Phil Edwards wrote:
> 
> If GCC is configured with --with-gnu-as, would it be safe to turn -pipe on
> by default?  (Modulo any OS restrictions, like OS/2 or Win32 or whichever
> it is that doesn't support it.)  We know that the GNU assembler can handle
> reading from stdin, and we know that we're using the GNU assembler...

If you mean using -pipe in your CFLAGS or what have you, yes it should be safe
enough to do (as long as you don't use -save-temps).  If you are tight on
memory, you might not want to do it, since both the compiler and assembler will
run at the same time.

-- 
Michael Meissner, Red Hat, Inc.
PMB 198, 174 Littleton Road #3, Westford, Massachusetts 01886, USA
Work:	  meissner@redhat.com		phone: +1 978-486-9304
Non-work: meissner@spectacle-pond.org	fax:   +1 978-692-4482

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]