Commit f1e726e3 authored by Carl Shapiro's avatar Carl Shapiro

cmd/dist: revert an accidental change to the optimization setting

R=golang-dev
CC=golang-dev
https://golang.org/cl/38130043
parent f056daf0
......@@ -452,7 +452,7 @@ static char *proto_gccargs[] = {
// Fix available at http://patchwork.ozlabs.org/patch/64562/.
"-O1",
#else
"-O0",
"-O2",
#endif
};
......
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