From d2dfd76b3d30b601e9a92919cd41841459d4473e Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Wed, 19 Nov 2008 12:54:44 -0800 Subject: 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.bash | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/make.bash') diff --git a/src/make.bash b/src/make.bash index 8d284d88e7..0c9475f4d0 100755 --- a/src/make.bash +++ b/src/make.bash @@ -14,6 +14,9 @@ fi bash clean.bash +cp quietgcc.bash $HOME/bin/quietgcc +chmod +x $HOME/bin/quietgcc + for i in lib9 libbio libmach_amd64 libregexp cmd runtime lib do echo; echo; echo %%%% making $i %%%%; echo -- cgit v1.3