Skip to content

Commit

Permalink
(doc): make cmake build parallel on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
bnjmnjrk authored and madebr committed Nov 23, 2024
1 parent 61ba801 commit fdafa26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Run: `cmake -S . -B build -DCMAKE_OSX_ARCHITECTURES="x86_64;arm64" && cmake --bu

## Linux and other UNIX systems:

Run: `cmake -S . -B build && cmake --build build && cmake --install build`
Run: `cmake -S . -B build && cmake --build build --parallel $(nproc) && cmake --install build`

## Android:

Expand Down

0 comments on commit fdafa26

Please sign in to comment.