fix(just): remove no-cd on build-debug recipe

This commit is contained in:
Michael Aaron Murphy 2024-03-26 13:36:57 +01:00 committed by Michael Murphy
parent 06ed8e3f5a
commit e108f9a135

View file

@ -27,7 +27,6 @@ linker-arg := if clang-path != '' {
export RUSTFLAGS := linker-arg + env_var_or_default('RUSTFLAGS', '')
# Compile with debug profile
[no-cd]
build-debug *args:
cargo build {{args}}