We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de9a09e commit a2f83d2Copy full SHA for a2f83d2
src/c/dune
@@ -25,8 +25,8 @@
25
"sh configure --host `ocamlc -config | awk '/host/ {print $NF}'` \
26
'CC=%{cc}' CFLAGS=-DNDEBUG --silent --enable-silent-rules")
27
(ignore-outputs (bash
28
- "make V=0 -o aclocal.m4 -o Makefile.in -o configure -o configure.status \
29
- -o Makefile libuv.la"))
+ "make V=0 -j 4 -o aclocal.m4 -o Makefile.in -o configure \
+ -o configure.status -o Makefile libuv.la"))
30
31
"sh libtool --silent --no-warnings --mode install cp libuv.la `pwd`"))))
32
(bash "cp vendor/libuv/libuv.a .")
0 commit comments