Options to print prettier graphs...
[repair.git] / Repair / RepairCompiler / MCC / Compiler.java
index 41794e712df1590a9ee44e1976cbef7567612a4d..712079db96441cf4de04deb96976c2d7f43b46f7 100755 (executable)
@@ -25,6 +25,7 @@ public class Compiler {
     public static boolean GENERATEDEBUGPRINT=false;
     public static boolean GENERATEINSTRUMENT=false;
     public static boolean ALLOCATECPLUSPLUS=false;
+    public static boolean OMITCOMP=false;
     public static boolean TIME=false;
 
     public static Vector debuggraphs=new Vector();