We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 026f467 commit 842e3fbCopy full SHA for 842e3fb
recipes/util-vinix
@@ -10,7 +10,7 @@ deps="core-libs"
10
build() {
11
cp -rp "${source_dir}"/. ./
12
13
- make -j${parallelism} \
+ make -j1 \
14
PROD="$PROD" \
15
CC=${OS_TRIPLET}-gcc \
16
VFLAGS="-os vinix -gc none" \
0 commit comments