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 tequ
parent d77d8a736c
commit 07a2e8607a

View File

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