Supporting dumping, switching off and debug printing of optimization phases

This commit is contained in:
Ilia Filippov
2013-08-01 11:37:52 +04:00
parent 663ebf7857
commit a174a90f86
4 changed files with 191 additions and 30 deletions

View File

@@ -774,6 +774,7 @@ Globals::Globals() {
includeStdlib = true;
runCPP = true;
debugPrint = false;
debugIR = -1;
disableWarnings = false;
warningsAsErrors = false;
quiet = false;