Skip to content

Commit 6096ab7

Browse files
committed
Parallel builds
1 parent a4324b0 commit 6096ab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/build-clspv.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ python3 utils/fetch_sources.py
5252

5353
mkdir build
5454
cmake -S . -B build -G "Unix Makefiles"
55-
cmake --build build
55+
cmake --build build --parallel $(nproc)
5656

5757
export XZ_DEFAULTS="-T 0"
5858
tar Jcf "${OUTPUT}" --transform "s,^./,./${FULLNAME}/," ./

0 commit comments

Comments
 (0)