Skip to content

Commit d5bcd94

Browse files
author
David Lecomber
committed
Add make -j
1 parent 5540b7c commit d5bcd94

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

recipes/hisat2/build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
#!/bin/bash
2+
set -x
23

34
# The patch does not move the VERSION file on OSX. Let's make sure it's moved.
45
mv VERSION{,.txt} || true
56

6-
make \
7+
make -j ${CPU_COUNT} \
78
CC="${CC} ${CFLAGS} ${CPPFLAGS} ${LDFLAGS}" \
89
CPP="${CXX} ${CXXFLAGS} ${CPPFLAGS} ${LDFLAGS}"
910

0 commit comments

Comments
 (0)