gearmulator

Emulation of classic VA synths of the late 90s/2000s that are based on Motorola 56300 family DSPs
Log | Files | Refs | Submodules | README | LICENSE

commit 374c8f14ca034b073d3bc9a2d7205a82e2cbb43c
parent f27d99c11f0569c0be7dff965e59f24f2f97323c
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Sun, 21 Apr 2024 15:58:15 +0200

use more cores when building for WSL

Diffstat:
Mbuild_linux_wsl.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build_linux_wsl.sh b/build_linux_wsl.sh @@ -1,3 +1,3 @@ cmake . -B ./temp/cmake_linux_wsl -Dgearmulator_BUILD_JUCEPLUGIN=ON -DCMAKE_BUILD_TYPE=Release cd ./temp/cmake_linux_wsl -cmake --build . --config Release --parallel 8 +cmake --build . --config Release --parallel 24