Add option enabling MIR inlining independently of mir-opt-level
This commit is contained in:
parent
0846043440
commit
f895f1c35a
4 changed files with 23 additions and 15 deletions
|
@ -557,6 +557,7 @@ fn test_debugging_options_tracking_hash() {
|
|||
tracked!(function_sections, Some(false));
|
||||
tracked!(human_readable_cgu_names, true);
|
||||
tracked!(inline_in_all_cgus, Some(true));
|
||||
tracked!(inline_mir, Some(true));
|
||||
tracked!(inline_mir_threshold, 123);
|
||||
tracked!(inline_mir_hint_threshold, 123);
|
||||
tracked!(insert_sideeffect, true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue