Skip to content

Commit

Permalink
Avoid keeping MTWT tables for save-analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
jseyfried committed May 2, 2016
1 parent 298a1c0 commit 522b6ed
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/librustc_driver/driver.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 522b6ed

Please sign in to comment.