1
0
mirror of https://github.com/golang/go synced 2024-10-04 09:31:22 -06:00
go/src/Make.conf
Russ Cox d2dfd76b3d build with warnings enabled.
new script "quietgcc" installed in $HOME/bin during make.bash
	runs gcc with warnings, turns off inappropriate ones,
	greps out useless output.

quietgcc also makes sure to run the correct 64-bit gcc.

R=r
DELTA=38  (36 added, 0 deleted, 2 changed)
OCL=17493
CL=19599
2008-11-19 12:54:44 -08:00

11 lines
244 B
Plaintext

# Copyright 2009 The Go Authors. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
CC=quietgcc
LD=quietgcc
CFLAGS=-ggdb -I$(GOROOT)/include
BIN=$(HOME)/bin
O=o
YFLAGS=-d