Re: [AD] speeding up compiles

[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]


On 19 Nov 2001, Vincent Penquerc'h <Vincent.Penquerch@xxxxxxxxxx> wrote:
>  
> -CFLAGS = @CFLAGS@
> +CFLAGS = @CFLAGS@ -pipe


man gcc:

-pipe  Use pipes rather than temporary files for communication between
       the various stages of compilation.  This fails to work on some
       systems where the assembler cannot read from a pipe; but the
       GNU assembler has no trouble.


So not for now, unless you make configure test for it.



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/