From f177cc716c5f2aa5b50b14ccbb421de89e3a7854 Mon Sep 17 00:00:00 2001 From: Kai Stevenson Date: Sun, 16 Aug 2026 17:29:42 -0700 Subject: wip --- .cargo/config.toml | 1 + 1 file changed, 1 insertion(+) (limited to '.cargo/config.toml') diff --git a/.cargo/config.toml b/.cargo/config.toml index 6687bf8..9e23ee1 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,3 +1,4 @@ [alias] +profile-dev = "run --features profiler" profile = "run --release --features profiler" release = "run --release" -- cgit v1.3.1