X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=myocamlbuild.ml;h=d0277af0d80004f35ed75809d6442676ef653664;hb=7c4c61cec6fe1ae3a1b83a59b17ce90adcfe9b0b;hp=9c90feb6f332b5f435c433525c8ec2b78e5dba1e;hpb=5db22d04b3c81471dd521537a819da9ce541a171;p=SXSI%2Fxpathcomp.git diff --git a/myocamlbuild.ml b/myocamlbuild.ml index 9c90feb..d0277af 100644 --- a/myocamlbuild.ml +++ b/myocamlbuild.ml @@ -105,8 +105,8 @@ let () = dispatch begin Options.ocamldoc := ocamlfind (A"ocamldoc"); Options.ocamlmktop := ocamlfind (A"ocamlmktop"); - if not (List.mem "trace" !Options.tags) then begin - pp_macro_options @= [ A "-DNTRACE" ]; + if not (List.mem "log" !Options.tags) then begin + pp_macro_options @= [ A "-DNLOG" ]; end; if (List.mem "profile" !Options.tags) then begin pp_macro_options @= [ A "-DPROFILE" ];