Skip to content

Commit

Permalink
Debug: do not clean
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias-Fischer authored Jan 6, 2025
1 parent 716140b commit 9265549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe/bld.bat
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ sccache --start-server
sccache --zero-stats

@REM Clear the build from any remaining artifacts. We use sccache to avoid recompiling similar code.
cmake --build build --target clean
:: cmake --build build --target clean

%PYTHON% -m pip %PIP_ACTION% . --no-deps -vvv --no-clean
if errorlevel 1 exit /b 1
Expand Down

0 comments on commit 9265549

Please sign in to comment.