ons 2009-10-28 klockan 15:52 +0100 skrev Kinkie: > is there any reason anyone of you can see NOT to use "-pipe" as a > standard option every time we build using gcc? It would give us > instantly a better parallelization when running on multicore systems, > and as far as I know this option has been stable and in wide use for a > number of years and gcc/g++ releases..
Well, I always build with -j4 or so.. No opinion either way. Documentations for -pipe says however that "This fails to work on some systems where the assembler is unable to read from a pipe; but the GNU assembler has no trouble." Regards Henrik
