From 0e5aede192f050f624f2412dce2a63559b0f1530 Mon Sep 17 00:00:00 2001 From: Andrea Marchesini Date: Tue, 8 Mar 2022 15:04:37 +0100 Subject: [PATCH] No --debug for cargo build (#2941) --- scripts/windows_compile.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/windows_compile.bat b/scripts/windows_compile.bat index 7a619391b3..a1ddb23aea 100644 --- a/scripts/windows_compile.bat +++ b/scripts/windows_compile.bat @@ -124,7 +124,7 @@ IF %DEBUG_BUILD%==T ( ECHO Generating Debug Build for the extension bridge pushd extension\bridge - cargo build --debug + cargo build IF %ERRORLEVEL% NEQ 0 ( ECHO cargo failed for the extension! EXIT 1