Skip to content

Commit 48a29bb

Browse files
committed
PERF: packed debuginfo by default on linux
Signed-off-by: David Wood <david.wood@huawei.com>
1 parent eb62f83 commit 48a29bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_target/src/spec/linux_base.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pub fn opts() -> TargetOptions {
1212
has_thread_local: true,
1313
crt_static_respected: true,
1414
// PERF EXPERIMENT
15-
split_debuginfo: SplitDebuginfo::Unpacked,
15+
split_debuginfo: SplitDebuginfo::Packed,
1616
..Default::default()
1717
}
1818
}

0 commit comments

Comments
 (0)