Added package dependecies
[SXSI/xpathcomp.git] / main.ml
diff --git a/main.ml b/main.ml
index b342388..217b2e2 100644 (file)
--- a/main.ml
+++ b/main.ml
@@ -29,7 +29,6 @@ let main filename query output =
                 ) () 
     in
     let _ = Tag.init (Tree.Binary.tag_pool v) in
-      MM(v,__LOCATION__);
       Printf.eprintf "Parsing query : ";    
       let query = try
        time
@@ -66,6 +65,9 @@ Options.parse_cmdline();;
 
 main !Options.input_file !Options.query !Options.output_file;;
 
+IFDEF DEBUG
+THEN
 Printf.eprintf "\n=================================================\nDEBUGGING\n%!";
 Tree.DEBUGTREE.print_stats Format.err_formatter;;
 Gc.full_major()
+ENDIF