We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83e43da commit c4856caCopy full SHA for c4856ca
build.sh
@@ -6,7 +6,7 @@ mkdir -p build && cd build
6
7
# Configure
8
cmake -DCODE_COVERAGE=ON -DCMAKE_BUILD_TYPE=Debug ..
9
-# Build (on Unix also: `make -j $(nproc)`)
+# Build (for Make on Unix equivalent to `make -j $(nproc)`)
10
cmake --build . --config Debug -- -j $(nproc)
11
# Test
12
ctest -j $(nproc) --output-on-failure
0 commit comments