1
0
mirror of https://github.com/golang/go synced 2024-11-21 20:24:50 -07:00

Make.inc: delete unnecessary -no-inline flag to quietgcc

R=rsc
CC=golang-dev
https://golang.org/cl/2654041
This commit is contained in:
Rob Pike 2010-10-21 11:00:54 -07:00
parent 4fd12c04c5
commit b12f32372a

View File

@ -101,7 +101,7 @@ HOST_CC=quietgcc
HOST_LD=quietgcc
HOST_O=o
HOST_YFLAGS=-d
HOST_CFLAGS=-ggdb -I"$(GOROOT)/include" -O2 -fno-inline
HOST_CFLAGS=-ggdb -I"$(GOROOT)/include" -O2
PWD=$(shell pwd)
# Make environment more standard.