Re-enable printing of specs in InferPrint

Summary:
public
It seems that restricting printing to stdout and stderr to developer
mode has broken InferPrint.  So unconditionally turn developer mode on
in InferPrint.

Reviewed By: sblackshear

Differential Revision: D2786897

fb-gh-sync-id: 44b5772
master
Josh Berdine 9 years ago committed by facebook-github-bot-7
parent b93bbfdd39
commit e607ceb5ba

@ -987,6 +987,7 @@ end
let compute_top_procedures = ref false (* warning: computing top procedures iterates over summaries twice *)
let () =
Config.developer_mode := true;
Config.print_using_diff := true;
handle_source_file_copy_option ();
let iterate_summaries = AnalysisResults.get_summary_iterator () in

Loading…
Cancel
Save