summaryrefslogtreecommitdiff
path: root/src/Make.conf
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2008-11-19 12:54:44 -0800
committerRuss Cox <rsc@golang.org>2008-11-19 12:54:44 -0800
commit6c426e18a0159404a54ff323efc2f2e445ef11f3 (patch)
tree1b9f8991e11553eb96bf650a9a375b6dd1148171 /src/Make.conf
parent7aa5a491ce56bf0fdc9c6fbf7c4d066d2055c25c (diff)
downloadgolang-6c426e18a0159404a54ff323efc2f2e445ef11f3.tar.gz
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
Diffstat (limited to 'src/Make.conf')
-rw-r--r--src/Make.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Make.conf b/src/Make.conf
index ddf4b9722..3542b70ee 100644
--- a/src/Make.conf
+++ b/src/Make.conf
@@ -2,8 +2,8 @@
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
-CC=cc
-LD=cc
+CC=quietgcc
+LD=quietgcc
CFLAGS=-ggdb -I$(GOROOT)/include
BIN=$(HOME)/bin
O=o