Skip to content

Commit

Permalink
No --debug for cargo build (#2941)
Browse files Browse the repository at this point in the history
  • Loading branch information
bakulf authored Mar 8, 2022
1 parent f93fa08 commit 0e5aede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/windows_compile.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0e5aede

Please sign in to comment.