1
0
mirror of https://github.com/golang/go synced 2024-10-04 06:21:23 -06:00

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

R=golang-dev
CC=golang-dev
https://golang.org/cl/38130043
This commit is contained in:
Carl Shapiro 2013-12-05 17:49:34 -08:00
parent f056daf075
commit f1e726e311

View File

@ -452,7 +452,7 @@ static char *proto_gccargs[] = {
// Fix available at http://patchwork.ozlabs.org/patch/64562/.
"-O1",
#else
"-O0",
"-O2",
#endif
};