]> Cypherpunks repositories - gostls13.git/commitdiff
Make.inc: delete unnecessary -no-inline flag to quietgcc
authorRob Pike <r@golang.org>
Thu, 21 Oct 2010 18:00:54 +0000 (11:00 -0700)
committerRob Pike <r@golang.org>
Thu, 21 Oct 2010 18:00:54 +0000 (11:00 -0700)
R=rsc
CC=golang-dev
https://golang.org/cl/2654041

src/Make.inc

index f9a3ee28738d88e63a934ffaed9be5bcb6234549..b1d8247d7eb2abee452f626f3434b574e3106b0e 100644 (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.