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 e01ae88875625c5f76e2ec4bcb296312a79a9c7b
parent 153760751a11becf4a289067f8ed8ca6c417d50e
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Sun,  6 Mar 2022 16:37:42 +0100

make sure that console build creates a release build + enable parallel builds

Diffstat:
Mbuild_linux_console.sh | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/build_linux_console.sh b/build_linux_console.sh @@ -1,3 +1,3 @@ -cmake . -B ./temp/cmake_linux_console -Dgearmulator_BUILD_JUCEPLUGIN=OFF +cmake . -B ./temp/cmake_linux_console -Dgearmulator_BUILD_JUCEPLUGIN=OFF -DCMAKE_BUILD_TYPE=Release cd ./temp/cmake_linux_console -cmake --build . --config Release -\ No newline at end of file +cmake --build . --config Release -j 4 +\ No newline at end of file