Skip to content

Commit c247e54

Browse files
authored
Speedup compilation (#370)
Adding --parallel option to cmake to compile faster Signed-off-by: Jakub T. Jankiewicz <jcubic@onet.pl>
1 parent e6cc57a commit c247e54

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)