Skip to content

Commit

Permalink
Fixup: removing debug in main
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Henri Horrein committed Apr 20, 2021
1 parent d44fd89 commit 5a97ae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ bool ignore_missing_modules = false;
*/
bool debug_scopes = false;
bool debug_eval_tree = false;
bool debug_elaborate = true;
bool debug_elaborate = false;
bool debug_emit = false;
bool debug_synth2 = false;
bool debug_optimizer = false;
Expand Down

0 comments on commit 5a97ae7

Please sign in to comment.