2018-01-27 07:32:15 -08:00
|
|
|
(**************************************************************************)
|
|
|
|
(* *)
|
|
|
|
(* OCaml *)
|
|
|
|
(* *)
|
|
|
|
(* Sebastien Hinderer, projet Gallium, INRIA Paris *)
|
|
|
|
(* *)
|
|
|
|
(* Copyright 2018 Institut National de Recherche en Informatique et *)
|
|
|
|
(* en Automatique. *)
|
|
|
|
(* *)
|
|
|
|
(* All rights reserved. This file is distributed under the terms of *)
|
|
|
|
(* the GNU Lesser General Public License version 2.1, with the *)
|
|
|
|
(* special exception on linking described in the file LICENSE. *)
|
|
|
|
(* *)
|
|
|
|
(**************************************************************************)
|
|
|
|
|
|
|
|
(* Flags used in OCaml commands *)
|
|
|
|
|
2020-05-20 22:16:03 -07:00
|
|
|
val stdlib : string
|
2018-01-27 07:32:15 -08:00
|
|
|
|
2020-05-20 22:16:03 -07:00
|
|
|
val include_toplevel_directory : string
|
2018-01-27 07:32:15 -08:00
|
|
|
|
2020-05-20 22:16:03 -07:00
|
|
|
val c_includes : string
|
2018-01-27 07:32:15 -08:00
|
|
|
|
2018-04-10 11:15:29 -07:00
|
|
|
val runtime_flags :
|
2020-05-20 22:16:03 -07:00
|
|
|
Environments.t -> Ocaml_backends.t -> bool -> string
|
2018-02-27 08:53:07 -08:00
|
|
|
|
|
|
|
val toplevel_default_flags : string
|
2018-03-16 00:25:17 -07:00
|
|
|
|
2020-05-20 22:16:03 -07:00
|
|
|
val ocamldebug_default_flags : string
|
2018-04-05 06:49:18 -07:00
|
|
|
|
|
|
|
val ocamlobjinfo_default_flags : string
|