docs: add -j $(nproc) to BUILD.md (#5288)

This improves build times.
This commit is contained in:
Elliot.
2025-05-27 12:11:13 -07:00
committed by GitHub
parent 8b9e21e3f5
commit cd777f79ef

View File

@@ -288,7 +288,7 @@ It fixes some source files to add missing `#include`s.
Single-config generators:
```
cmake --build .
cmake --build . -j $(nproc)
```
Multi-config generators: