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[] = {
"-Werror",
"-fno-common",
"-ggdb",
"-pipe",
"-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