projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4cfd2a2
)
Reduce build load
author
Phillip Lord
<phillip.lord@russet.org.uk>
Sat, 24 Mar 2018 17:34:19 +0000
(17:34 +0000)
committer
Phillip Lord
<phillip.lord@russet.org.uk>
Sat, 24 Mar 2018 17:34:19 +0000
(17:34 +0000)
* admin/nt/dist-build/build-zips.sh: Reduce parallelism to 8
admin/nt/dist-build/build-zips.sh
patch
|
blob
|
history
diff --git
a/admin/nt/dist-build/build-zips.sh
b/admin/nt/dist-build/build-zips.sh
index ce72fc4fc94a364c164caadaf36167255ceb94a5..dc6f9dd2ca137702b5851bfb23389133b29e345e 100755
(executable)
--- a/
admin/nt/dist-build/build-zips.sh
+++ b/
admin/nt/dist-build/build-zips.sh
@@
-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