jon.recoil.org

Module Clflags.Opt_flag_handler

type t = {
  1. set_oclassic : unit -> unit;
  2. set_o2 : unit -> unit;
  3. set_o3 : unit -> unit;
}
val set : Clflags.Opt_flag_handler.t -> unit