aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/nativelib.mli
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/nativelib.mli')
-rw-r--r--kernel/nativelib.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/nativelib.mli b/kernel/nativelib.mli
index e8b51dc36..a262a9f58 100644
--- a/kernel/nativelib.mli
+++ b/kernel/nativelib.mli
@@ -19,7 +19,7 @@ val load_obj : (string -> unit) ref
val get_ml_filename : unit -> string * string
-val compile : string -> global list -> bool * string
+val compile : string -> global list -> profile:bool -> bool * string
val compile_library : Names.dir_path -> global list -> string -> bool