]> Cypherpunks repositories - gostls13.git/commitdiff
might as well make 6g run faster.... go from gcc -O1 to -O2
authorRob Pike <r@golang.org>
Mon, 28 Sep 2009 21:36:20 +0000 (14:36 -0700)
committerRob Pike <r@golang.org>
Mon, 28 Sep 2009 21:36:20 +0000 (14:36 -0700)
R=rsc
DELTA=1  (0 added, 0 deleted, 1 changed)
OCL=35023
CL=35049

src/Make.conf

index 8924d7e1493b3f70b41c01c1fc356b342cbfaed0..02268ce2d48615fb909569d4b3b56692615d298d 100644 (file)
@@ -4,7 +4,7 @@
 
 CC=quietgcc
 LD=quietgcc
-CFLAGS=-ggdb -I$(GOROOT)/include -O1 -fno-inline
+CFLAGS=-ggdb -I$(GOROOT)/include -O2 -fno-inline
 O=o
 YFLAGS=-d
 # GNU Make syntax: