Skip to content

Commit

Permalink
PERF: packed debuginfo by default on linux
Browse files Browse the repository at this point in the history
Signed-off-by: David Wood <david.wood@huawei.com>
  • Loading branch information
davidtwco committed Apr 19, 2022
1 parent eb62f83 commit 48a29bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_target/src/spec/linux_base.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pub fn opts() -> TargetOptions {
has_thread_local: true,
crt_static_respected: true,
// PERF EXPERIMENT
split_debuginfo: SplitDebuginfo::Unpacked,
split_debuginfo: SplitDebuginfo::Packed,
..Default::default()
}
}

0 comments on commit 48a29bb

Please sign in to comment.