diff options
| author | Michael Baikov <manpacket@gmail.com> | 2024-04-06 09:07:54 -0400 |
|---|---|---|
| committer | Michael Baikov <manpacket@gmail.com> | 2024-04-06 10:59:24 -0400 |
| commit | 691e953da6aa5dc21d999fb81f0f13ce1816828f (patch) | |
| tree | a56b6e59143794f685641a8010007bf98a943ca8 /compiler/rustc_codegen_gcc/src | |
| parent | 914e43a664281b51c0f3cb63b4b41290f50b2394 (diff) | |
| download | rust-691e953da6aa5dc21d999fb81f0f13ce1816828f.tar.gz rust-691e953da6aa5dc21d999fb81f0f13ce1816828f.zip | |
Save/restore more items in cache with incremental compilation
Diffstat (limited to 'compiler/rustc_codegen_gcc/src')
| -rw-r--r-- | compiler/rustc_codegen_gcc/src/back/write.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/rustc_codegen_gcc/src/back/write.rs b/compiler/rustc_codegen_gcc/src/back/write.rs index 76a619a1af7..3ea5be1ee56 100644 --- a/compiler/rustc_codegen_gcc/src/back/write.rs +++ b/compiler/rustc_codegen_gcc/src/back/write.rs @@ -158,6 +158,8 @@ pub(crate) unsafe fn codegen( config.emit_obj != EmitObj::None, cgcx.target_can_use_split_dwarf && cgcx.split_debuginfo == SplitDebuginfo::Unpacked, config.emit_bc, + config.emit_asm, + config.emit_ir, &cgcx.output_filenames, )) } |
