Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


-pipe | 15 comments | Create New Account
Click here to return to the '-pipe' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
-pipe
Authored by: porkchop_d_clown on May 03, '04 12:53:35PM

You can also use the -pipe flag with gcc. That tells gcc to use pipes between compilation stages instead of temporary files.

This has the effect of allowing the different stages of compilation to run on different processors in overlapping fashion.

---
Everyone loves a clown, but no one will lend him money!



[ Reply to This | # ]