diff options
| author | Phillip Lord | 2018-03-24 17:34:19 +0000 |
|---|---|---|
| committer | Phillip Lord | 2018-03-24 17:34:19 +0000 |
| commit | 198de458f9fb4746199062e21ee89874c4f2b739 (patch) | |
| tree | 6a3cc3724cb951af4de762a069810d82c508c54c /admin | |
| parent | 4cfd2a2a92e2890af76bcd8375f966ce67ef2482 (diff) | |
| download | emacs-198de458f9fb4746199062e21ee89874c4f2b739.tar.gz emacs-198de458f9fb4746199062e21ee89874c4f2b739.zip | |
Reduce build load
* admin/nt/dist-build/build-zips.sh: Reduce parallelism to 8
Diffstat (limited to 'admin')
| -rwxr-xr-x | admin/nt/dist-build/build-zips.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/nt/dist-build/build-zips.sh b/admin/nt/dist-build/build-zips.sh index ce72fc4fc94..dc6f9dd2ca1 100755 --- a/admin/nt/dist-build/build-zips.sh +++ b/admin/nt/dist-build/build-zips.sh | |||
| @@ -61,7 +61,7 @@ function build_zip { | |||
| 61 | CFLAGS="-O2 -static -g3" | 61 | CFLAGS="-O2 -static -g3" |
| 62 | fi | 62 | fi |
| 63 | 63 | ||
| 64 | make -j 16 -l 16 install \ | 64 | make -j 8 install \ |
| 65 | prefix=$HOME/emacs-build/install/emacs-$VERSION/$ARCH | 65 | prefix=$HOME/emacs-build/install/emacs-$VERSION/$ARCH |
| 66 | cd $HOME/emacs-build/install/emacs-$VERSION/$ARCH | 66 | cd $HOME/emacs-build/install/emacs-$VERSION/$ARCH |
| 67 | cp $HOME/emacs-build/deps/libXpm/$ARCH/libXpm-noX4.dll bin | 67 | cp $HOME/emacs-build/deps/libXpm/$ARCH/libXpm-noX4.dll bin |