1
0
mirror of https://github.com/golang/go synced 2024-11-22 21:40:03 -07:00

cmd/dist: use -pipe during bootstrap

R=golang-dev, minux.ma, rsc
CC=golang-dev
https://golang.org/cl/7025044
This commit is contained in:
Dave Cheney 2012-12-30 10:33:33 +11:00
parent e786829e83
commit 0c6beb00fb

View File

@ -396,6 +396,7 @@ static char *proto_gccargs[] = {
"-Werror",
"-fno-common",
"-ggdb",
"-pipe",
"-O2",
};