1
0
Fork 0
mirror of https://github.com/helix-editor/helix synced 2024-05-10 00:26:04 +02:00

Set flags necessary for cargo-flamegraph

This commit is contained in:
Blaž Hrastnik 2022-01-12 22:27:44 +09:00
parent 11c3ba9350
commit df0d58e9f7
2 changed files with 2 additions and 1 deletions

View File

@ -18,3 +18,4 @@ split-debuginfo = "unpacked"
[profile.release]
lto = "thin"
# debug = true

View File

@ -76,7 +76,7 @@
env = prev.env ++ [
{ name = "HELIX_RUNTIME"; eval = "$PWD/runtime"; }
{ name = "RUST_BACKTRACE"; value = "1"; }
{ name = "RUSTFLAGS"; value = "-C link-arg=-fuse-ld=lld -C target-cpu=native"; }
{ name = "RUSTFLAGS"; value = "-C link-arg=-fuse-ld=lld -C target-cpu=native -Clink-arg=-Wl,--no-rosegment"; }
];
};
};