1
0
mirror of https://github.com/golang/go synced 2024-10-04 14:21:21 -06:00
go/src
Bobby Powers 7c2bfa4f2c dist: add clang specific -Wno options
Clang 3.1 has more warnings enabled by default than GCC.
Combined with -Werror, they cause the build to fail
unnecessarily.  if the name of our compiler ends in "clang",
add the necessary extra -Wno options.  Ideally we would add
these flags unconditionally, as GCC is supposed to ignore
unknown -Wno flags, but apple's llvm-gcc doesn't.

Fixes #2878.

R=rsc, dave
CC=golang-dev
https://golang.org/cl/5673055
2012-02-16 13:31:46 -05:00
..
cmd dist: add clang specific -Wno options 2012-02-16 13:31:46 -05:00
lib9 build: delete make paraphernalia 2012-02-06 13:34:25 -05:00
libbio build: delete make paraphernalia 2012-02-06 13:34:25 -05:00
libmach build: delete make paraphernalia 2012-02-06 13:34:25 -05:00
pkg runtime: release unused memory to the OS. 2012-02-16 13:30:04 -05:00
all.bash cmd/dist: cross-compiling fixes 2012-02-13 22:31:51 -05:00
all.bat build: use setlocal in run.bat 2012-02-16 10:44:55 +11:00
clean.bash build: fix clean.bash 2012-02-15 23:52:07 +09:00
make.bash build: add make.bash --no-clean option 2012-02-15 11:48:17 -05:00
make.bat make.bat: implement --no-clean 2012-02-16 11:34:41 +11:00
Make.dist cmd/dist: make 'make' quieter for developers 2012-02-08 15:26:47 -05:00
run.bash cmd/dist: cross-compiling fixes 2012-02-13 22:31:51 -05:00
run.bat build: use setlocal in run.bat 2012-02-16 10:44:55 +11:00
sudo.bash build: fix sudo.bash. 2012-02-15 08:42:16 +11:00