]> Cypherpunks repositories - gostls13.git/commit
build with warnings enabled.
authorRuss Cox <rsc@golang.org>
Wed, 19 Nov 2008 20:54:44 +0000 (12:54 -0800)
committerRuss Cox <rsc@golang.org>
Wed, 19 Nov 2008 20:54:44 +0000 (12:54 -0800)
commitd2dfd76b3d30b601e9a92919cd41841459d4473e
tree1b9f8991e11553eb96bf650a9a375b6dd1148171
parent87b112440739f219f706bd7e48bc05327d88eee6
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
src/Make.conf
src/make.bash
src/quietgcc.bash [new file with mode: 0755]