Enable native code compilation when ocamlopt is available.
[whenjobs.git] / daemon / daemon.mli
index b7f7d57..d351ac2 100644 (file)
@@ -25,7 +25,8 @@ val init : string -> bool -> unit
       The parameters are [jobsdir] and [debug]. *)
 
 val reload_files : unit -> unit
-  (** (Re-)load the file(s) [$jobsdir/*.cmo].
+  (** (Re-)load the file(s) [$jobsdir/*.cmo] (in bytecode)
+      or [$jobsdir/*.cmxs] (in native code).
 
       This can raise [Failure] if the operation fails. *)