From: Gilles Depeyrot Date: Wed, 31 Oct 2001 23:21:25 +0000 (+0000) Subject: changed ar options to reduce build verbosity X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/b53e38fed51f88117e571676b3d12d7da86310f0 changed ar options to reduce build verbosity git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12242 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/make.env.in b/src/make.env.in index f085a09f1d..e6d0c7cc7d 100644 --- a/src/make.env.in +++ b/src/make.env.in @@ -44,7 +44,7 @@ NM = @NM@ LN_S = @LN_S@ STRIP = @STRIP@ MAKE = make -AROPTIONS = ruv +AROPTIONS = rcu RANLIB = @RANLIB@ LD = @LD@ MAKEINFO = @MAKEINFO@