Re: Speeding up Linux kernel compiles using -pipe?

Sam Ravnborg (sam@ravnborg.org)
Wed, 25 Jun 2003 06:55:04 +0200


On Wed, Jun 25, 2003 at 12:22:13AM -0400, Shawn Starr wrote:
> Why aren't we using -pipe? It can significantly speed up compiles by not
> writing temp files (intermediate files).

Most architectures already uses -pipe - see arch/*/Makefile:

[sam@mars v2.5]$ ls arch/*/Makefile | xargs grep -l -- -pipe | wc -l
17
[sam@mars v2.5]$ ls arch/*/Makefile | wc -l
21

Sam
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/