mirror of
https://codeberg.org/armin/wavetable.git
synced 2026-09-01 14:00:47 +02:00
Use less threads on Linux
This commit is contained in:
parent
dd12f197e9
commit
5803b910fa
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ if [ "$(expr substr $(uname -s) 1 10)" == "MINGW64_NT" ]; then
|
|||
cd "$ROOT"
|
||||
|
||||
cmake --preset vs
|
||||
cmake --build --preset vs --config Release
|
||||
cmake --build --preset vs --config Release -j 3
|
||||
|
||||
cd "$ROOT/ci/bin"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue