commit 6b19e7ed92d606b06e6552cc7b4e150c75264bb0 Author: Erinn Clark erinn@torproject.org Date: Fri Feb 3 01:12:11 2012 +0100
remote extraneous build options from the i386 mozconfig since they slow down build time --- build-scripts/config/mozconfig-osx-i386 | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/build-scripts/config/mozconfig-osx-i386 b/build-scripts/config/mozconfig-osx-i386 index ffc90c5..11a8789 100644 --- a/build-scripts/config/mozconfig-osx-i386 +++ b/build-scripts/config/mozconfig-osx-i386 @@ -1,8 +1,4 @@ -CPU=`sysctl -a hw 2>&1 | grep 'hw.availcpu' | sed 's|hw.availcpu = *||'` -let J=$CPU*4 - # Options for client.mk. -mk_add_options MOZ_MAKE_FLAGS=-j${J} mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj-@CONFIG_GUESS@ mk_add_options AUTOCONF=autoconf213
tor-commits@lists.torproject.org