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 32316a1999dcffea5b8199d9e4568a0ecf11e87f
parent 667b9bcf3789049eb4e2586fc0f77c264fde5dd9
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Fri, 16 Jul 2021 03:01:08 +0200

build win32 as release, not debug

Diffstat:
Mbuild_win32.bat | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build_win32.bat b/build_win32.bat @@ -5,7 +5,7 @@ IF %ERRORLEVEL% NEQ 0 ( exit /B 2 ) pushd %outdir% -cmake --build . --config Debug +cmake --build . --config Release IF %ERRORLEVEL% NEQ 0 ( popd exit /B 2