Skip to content

Commit 2300c60

Browse files
committed
squash: let make determine the number of jobs
1 parent a3c79e0 commit 2300c60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ cmake -DCMAKE_BUILD_TYPE=$CMAKE_BUILD_TYPE \
1313
-DUri_DISABLE_LIBCXX=$Uri_DISABLE_LIBCXX \
1414
-DCMAKE_CXX_FLAGS="-std=c++11 ${CMAKE_CXX_FLAGS}" \
1515
..
16-
make -j8
16+
make -j
1717
make test
1818
cd ..

0 commit comments

Comments
 (0)