mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 04:35:59 +01:00
use nproc in installation page
This commit is contained in:
parent
b05c333a60
commit
5d326410d5
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ You can of course also change the `BUILD_TYPE` to `Debug`.
|
|||
Now, build:
|
||||
|
||||
```plain
|
||||
cmake --build ./build --config Release --target all -j 10
|
||||
cmake --build ./build --config Release --target all -j $(nproc)
|
||||
```
|
||||
|
||||
If you configured in `Debug`, change the `--config` to `Debug` as well.
|
||||
|
|
Loading…
Reference in a new issue