From: Carl Shapiro Date: Fri, 6 Dec 2013 01:49:34 +0000 (-0800) Subject: cmd/dist: revert an accidental change to the optimization setting X-Git-Tag: go1.3beta1~1311 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=f1e726e3117b68d0b1be780af8b7fe8ff3347566;p=gostls13.git cmd/dist: revert an accidental change to the optimization setting R=golang-dev CC=golang-dev https://golang.org/cl/38130043 --- diff --git a/src/cmd/dist/build.c b/src/cmd/dist/build.c index e3b3c73af3..51503e2800 100644 --- a/src/cmd/dist/build.c +++ b/src/cmd/dist/build.c @@ -452,7 +452,7 @@ static char *proto_gccargs[] = { // Fix available at http://patchwork.ozlabs.org/patch/64562/. "-O1", #else - "-O0", + "-O2", #endif };