From 05f53637e99e9874e63749124716a770fd58fd43 Mon Sep 17 00:00:00 2001 From: HampusM Date: Mon, 31 Aug 2026 00:15:14 +0200 Subject: build: add cargo aliases for doing fast compilation --- .cargo/config.toml | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.cargo') diff --git a/.cargo/config.toml b/.cargo/config.toml index af130b7..eed713a 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,3 +1,8 @@ +[alias] +fcheck = "run -p xtask -- execute cargo +nightly check --config .cargo/config-nightly-fast-compile.toml" +fbuild = "run -p xtask -- execute cargo +nightly build --config .cargo/config-nightly-fast-compile.toml" +frun = "run -p xtask -- execute cargo +nightly run --config .cargo/config-nightly-fast-compile.toml" + [env] SLANG_USE_PREBUILT = "1" -- cgit v1.2.3-18-g5258