Skip to content

Commit ee47e4e

Browse files
authored
run m1/llvm/cmake buid on all 4 cores
1 parent d36b86a commit ee47e4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ task:
2929
- mkdir build
3030
- cd build
3131
- cmake -DTARGET=VORTEX -DCMAKE_C_COMPILER=clang -DBUILD_SHARED_LIBS=ON ..
32-
- make
32+
- make -j 4
3333

3434
task:
3535
name: AppleM1/GCC/MAKE/OPENMP

0 commit comments

Comments
 (0)