Commit b12f3237 authored by Rob Pike's avatar Rob Pike

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

R=rsc
CC=golang-dev
https://golang.org/cl/2654041
parent 4fd12c04
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment