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:
parent
e786829e83
commit
0c6beb00fb
1
src/cmd/dist/build.c
vendored
1
src/cmd/dist/build.c
vendored
@ -396,6 +396,7 @@ static char *proto_gccargs[] = {
|
||||
"-Werror",
|
||||
"-fno-common",
|
||||
"-ggdb",
|
||||
"-pipe",
|
||||
"-O2",
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user