1
0
mirror of https://github.com/golang/go synced 2024-10-04 08:41:21 -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/. // Fix available at http://patchwork.ozlabs.org/patch/64562/.
"-O1", "-O1",
#else #else
"-O0", "-O2",
#endif #endif
}; };