Skip to content

Commit b322e3b

Browse files
committed
Speedup compilation
Adding --parallel option to cmake to compile faster Signed-off-by: Jakub T. Jankiewicz <jcubic@onet.pl>
1 parent ff8c99d commit b322e3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Project is defined using [CMake](https://cmake.org/).
2828
mkdir build
2929
cd build
3030
cmake .. -D CMAKE_BUILD_TYPE=Release
31-
cmake --build . --target package
31+
cmake --build . --target package --parallel $(nproc)
3232
cmake --build . --target install
3333
```
3434

0 commit comments

Comments
 (0)