tweaks to profile
This commit is contained in:
parent
1118c0bcb2
commit
87655baa76
2 changed files with 5 additions and 1 deletions
|
|
@ -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"]
|
||||
2
justfile
2
justfile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue