]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/dist: revert an accidental change to the optimization setting
authorCarl Shapiro <cshapiro@google.com>
Fri, 6 Dec 2013 01:49:34 +0000 (17:49 -0800)
committerCarl Shapiro <cshapiro@google.com>
Fri, 6 Dec 2013 01:49:34 +0000 (17:49 -0800)
R=golang-dev
CC=golang-dev
https://golang.org/cl/38130043

src/cmd/dist/build.c

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