]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/dist: use -pipe during bootstrap
authorDave Cheney <dave@cheney.net>
Sat, 29 Dec 2012 23:33:33 +0000 (10:33 +1100)
committerDave Cheney <dave@cheney.net>
Sat, 29 Dec 2012 23:33:33 +0000 (10:33 +1100)
R=golang-dev, minux.ma, rsc
CC=golang-dev
https://golang.org/cl/7025044

src/cmd/dist/build.c

index 13dbe0e81da149a69449f4d88b7af29dd3bd4c0c..ade56efd5e70e2d8e24aed37bbb6c49eb8d43e20 100644 (file)
@@ -396,6 +396,7 @@ static char *proto_gccargs[] = {
        "-Werror",
        "-fno-common",
        "-ggdb",
+       "-pipe",
        "-O2",
 };