]> git.eshelyaron.com Git - emacs.git/commitdiff
Reduce build load
authorPhillip Lord <phillip.lord@russet.org.uk>
Sat, 24 Mar 2018 17:34:19 +0000 (17:34 +0000)
committerAndrew G Cohen <cohen@andy.bu.edu>
Tue, 11 Dec 2018 06:18:30 +0000 (14:18 +0800)
* admin/nt/dist-build/build-zips.sh: Reduce parallelism to 8

admin/nt/dist-build/build-zips.sh

index ce72fc4fc94a364c164caadaf36167255ceb94a5..dc6f9dd2ca137702b5851bfb23389133b29e345e 100755 (executable)
@@ -61,7 +61,7 @@ function build_zip {
             CFLAGS="-O2 -static -g3"
     fi
 
-    make -j 16 -l 16 install \
+    make -j 8 install \
          prefix=$HOME/emacs-build/install/emacs-$VERSION/$ARCH
     cd $HOME/emacs-build/install/emacs-$VERSION/$ARCH
     cp $HOME/emacs-build/deps/libXpm/$ARCH/libXpm-noX4.dll bin