Shorten compile time a bit

Hans Leidekker hans at it.vu.nl
Tue Jan 6 09:50:10 CST 2004


Hi,

Compiling Wine using gcc's -pipe option takes 2 to 3% off the
total compile time (that is, compared to a normal make on a
warm disk cache). -pipe tells gcc to use pipes instead of
temporary files between the compile stages, so some disk IO
can be saved. Linux kernel does this too.

Run autoconf after applying this patch.

 -Hans

Changelog:
  Use gcc's -pipe option to reduce compile time.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: configure_ac.diff
Type: text/x-diff
Size: 502 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20040106/d592b0dd/configure_ac.bin


More information about the wine-patches mailing list