Skip to content
Draft

linker #18348

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ x = "run --package aptos-cargo-cli --bin aptos-cargo-cli --"
rustflags = ["--cfg", "tokio_unstable", "-C", "force-frame-pointers=yes", "-C", "force-unwind-tables=yes"]

[target.x86_64-unknown-linux-gnu]
linker = "clang"
# We also need to include `-C linker-plugin-lto` for performance builds to take
# full advantage of LTO, but we cannot add it here because it would affect dev
# and release builds as well, so we add it via `--config 'build.rustflags=...'`
Expand Down
Loading