X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=myocamlbuild.ml;h=6f27e4ee33c7a4ceef58766e67edd14cf4dcbce8;hb=refs%2Fheads%2Fnon-regression-tests;hp=7a792d1b523da931e152f3db9b650b405fd30bba;hpb=83e9f9d8f219fece86afbedd1332d5ad97971d1c;p=SXSI%2Fxpathcomp.git diff --git a/myocamlbuild.ml b/myocamlbuild.ml index 7a792d1..6f27e4e 100644 --- a/myocamlbuild.ml +++ b/myocamlbuild.ml @@ -127,7 +127,7 @@ let () = dispatch begin compile_flags @= [A "-noassert"]; pp_macro_options @= [ A "-unsafe" ]; native_compile_flags @= [ A "-inline"; A ocaml_inline ]; - cxx_flags @= [ A "-O3" ] + cxx_flags @= [ A "-O3"; A "-DNDEBUG" ] end; let dir_path = Pathname.pwd / src_path in