Avoid keeping MTWT tables for save-analysis
This commit is contained in:
parent
298a1c056f
commit
522b6ed8a7
1 changed files with 1 additions and 3 deletions
|
@ -246,9 +246,7 @@ pub fn compile_input(sess: &Session,
|
|||
}
|
||||
|
||||
fn keep_mtwt_tables(sess: &Session) -> bool {
|
||||
sess.opts.debugging_opts.keep_mtwt_tables ||
|
||||
sess.opts.debugging_opts.save_analysis ||
|
||||
sess.opts.debugging_opts.save_analysis_csv
|
||||
sess.opts.debugging_opts.keep_mtwt_tables
|
||||
}
|
||||
|
||||
fn keep_ast(sess: &Session) -> bool {
|
||||
|
|
Loading…
Add table
Reference in a new issue