Skip to content

Commit

Permalink
cargo: remove rustflags for flamegraph profile
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmeaton committed Dec 8, 2023
1 parent 5b06e5c commit 967674e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[target.x86_64-unknown-linux-musl]
#[target.x86_64-unknown-linux-musl]
#linker = "clang"
rustflags = ["-Clink-arg=-fuse-ld=lld", "-Clink-arg=-Wl,--no-rosegment"]
#rustflags = ["-Clink-arg=-fuse-ld=lld", "-Clink-arg=-Wl,--no-rosegment"]

0 comments on commit 967674e

Please sign in to comment.