mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
sai: freebsd: reduce parallel from 12 to 3 for OOM
This commit is contained in:
parent
3c661ede9e
commit
50d949dda9
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@
|
|||
"default": false
|
||||
},
|
||||
"freebsd-12/x86_64-amd/llvm": {
|
||||
"build": "mkdir build destdir;cd build;export CCACHE_DISABLE=1;cmake .. ${cmake} && make -j12 && make -j12 DESTDIR=../destdir install"
|
||||
"build": "mkdir build destdir;cd build;export CCACHE_DISABLE=1;cmake .. ${cmake} && make -j3 && make -j3 DESTDIR=../destdir install"
|
||||
},
|
||||
"netbsd/aarch64BE-bcm2837-a53/gcc": {
|
||||
"build": "mkdir build destdir;cd build;export CCACHE_DISABLE=1;cmake .. ${cmake};make -j4 && make -j4 DESTDIR=../destdir install",
|
||||
|
|
Loading…
Add table
Reference in a new issue