We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb62f83 commit 48a29bbCopy full SHA for 48a29bb
compiler/rustc_target/src/spec/linux_base.rs
@@ -12,7 +12,7 @@ pub fn opts() -> TargetOptions {
12
has_thread_local: true,
13
crt_static_respected: true,
14
// PERF EXPERIMENT
15
- split_debuginfo: SplitDebuginfo::Unpacked,
+ split_debuginfo: SplitDebuginfo::Packed,
16
..Default::default()
17
}
18
0 commit comments