Skip to content

Commit a2f83d2

Browse files
committed
Parallelize the libuv build (again)
Resolves #48.
1 parent de9a09e commit a2f83d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/c/dune

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"sh configure --host `ocamlc -config | awk '/host/ {print $NF}'` \
2626
'CC=%{cc}' CFLAGS=-DNDEBUG --silent --enable-silent-rules")
2727
(ignore-outputs (bash
28-
"make V=0 -o aclocal.m4 -o Makefile.in -o configure -o configure.status \
29-
-o Makefile libuv.la"))
28+
"make V=0 -j 4 -o aclocal.m4 -o Makefile.in -o configure \
29+
-o configure.status -o Makefile libuv.la"))
3030
(ignore-outputs (bash
3131
"sh libtool --silent --no-warnings --mode install cp libuv.la `pwd`"))))
3232
(bash "cp vendor/libuv/libuv.a .")

0 commit comments

Comments
 (0)