More bug fixes...and debug flags
[repair.git] / Repair / RepairCompiler / MCC / Compiler.java
index c0dca65c8e07c8828f5dcbdc0933a8701f885515..f10b39d879db782dd6ccc9861d5f337c8e96c714 100755 (executable)
@@ -19,7 +19,11 @@ import MCC.IR.*;
 public class Compiler {
     /* Set this flag to false to turn repairs off */
     public static boolean REPAIR=true;
-    
+    public static boolean AGGRESSIVESEARCH=false;
+    public static boolean PRUNEQUANTIFIERS=false;
+    public static boolean GENERATEDEBUGHOOKS=true;
+    public static boolean GENERATEDEBUGPRINT=true;
+
     public static void main(String[] args) {
         State state = null;
         boolean success = true;