Tagged Questions
7
votes
5answers
5k views
When should I use GCC's -pipe option?
The GCC 4.1.2 documentation has this to say about the -pipe option:
-pipe
Use pipes rather than temporary files for communication between the various stages of compilation. This fails to work ...