1
0
mirror of https://github.com/golang/go synced 2024-11-22 00:24:41 -07:00

might as well make 6g run faster.... go from gcc -O1 to -O2

R=rsc
DELTA=1  (0 added, 0 deleted, 1 changed)
OCL=35023
CL=35049
This commit is contained in:
Rob Pike 2009-09-28 14:36:20 -07:00
parent 13dac655cb
commit 7fed6527e1

View 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: