We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cca808 commit 0ab8e37Copy full SHA for 0ab8e37
myocamlbuild.ml.pp
@@ -52,7 +52,8 @@
52
];
53
54
(* Disable Warning 24: bad source file name *)
55
- flag ["ocaml"; "compile"] & S[A"-w"; A"-24"];
+ (* Disable Warning 58: no cmx file was found in path *)
56
+ flag ["ocaml"; "compile"] & S[A"-w"; A"-24-58"];
57
58
(* optimization to ocaml code *)
59
flag ["ocaml"; "compile"] & S[A"-ccopt"; A"-O9"];
tests
0 commit comments