Source file mirage_dune.ml

1
2
3
4
5
6
7
open Mirage_impl_misc

let flags _ =
  (* Disable "70 [missing-mli] Missing interface file." as we are only
     generating .ml files currently. *)
  [ ":standard"; "-w"; "-70" ]
  @ if terminal () then [ "-color"; "always" ] else []