tweaks to profile

This commit is contained in:
Chris Cochrun 2026-02-09 15:03:55 -06:00
parent 1118c0bcb2
commit 87655baa76
2 changed files with 5 additions and 1 deletions

View file

@ -69,3 +69,7 @@ debug = true
[lints.rust]
mismatched_lifetime_syntaxes = "allow"
[target.x86_64-unknown-linux-gnu]
linker = "/usr/bin/clang"
rustflags = ["-Clink-arg=-fuse-ld=lld", "-Clink-arg=-Wl,--no-rosegment"]

View file

@ -22,7 +22,7 @@ clean:
test:
cargo test --benches --tests --all-features -- --nocapture
profile:
cargo flamegraph -- {{verbose}} {{ui}}
cargo flamegraph --profile release -- {{verbose}} {{ui}}
alias b := build
alias r := run