From e108f9a13548af55b82009ab0c40307048df31e3 Mon Sep 17 00:00:00 2001 From: Michael Aaron Murphy Date: Tue, 26 Mar 2024 13:36:57 +0100 Subject: [PATCH] fix(just): remove no-cd on build-debug recipe --- scripts/cargo.just | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/cargo.just b/scripts/cargo.just index d64b198..a3ff716 100644 --- a/scripts/cargo.just +++ b/scripts/cargo.just @@ -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}}