Commit 0c6beb00 authored by Dave Cheney's avatar Dave Cheney

cmd/dist: use -pipe during bootstrap

R=golang-dev, minux.ma, rsc
CC=golang-dev
https://golang.org/cl/7025044
parent e786829e
...@@ -396,6 +396,7 @@ static char *proto_gccargs[] = { ...@@ -396,6 +396,7 @@ static char *proto_gccargs[] = {
"-Werror", "-Werror",
"-fno-common", "-fno-common",
"-ggdb", "-ggdb",
"-pipe",
"-O2", "-O2",
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment