Up

module Clflags

: sig
#
val objfiles : string list Pervasives.ref
#
val ccobjs : string list Pervasives.ref
#
val dllibs : string list Pervasives.ref
#
val compile_only : bool Pervasives.ref
#
val output_name : string option Pervasives.ref
#
val include_dirs : string list Pervasives.ref
#
val no_std_include : bool Pervasives.ref
#
val print_types : bool Pervasives.ref
#
val make_archive : bool Pervasives.ref
#
val debug : bool Pervasives.ref
#
val fast : bool Pervasives.ref
#
val custom_runtime : bool Pervasives.ref
#
val bytecode_compatible_32 : bool Pervasives.ref
#
val output_c_object : bool Pervasives.ref
#
val all_ccopts : string list Pervasives.ref
#
val classic : bool Pervasives.ref
#
val nopervasives : bool Pervasives.ref
#
val open_modules : string list Pervasives.ref
#
val preprocessor : string option Pervasives.ref
#
val all_ppx : string list Pervasives.ref
#
val annotations : bool Pervasives.ref
#
val binary_annotations : bool Pervasives.ref
#
val include_documentation : bool Pervasives.ref
#
val use_threads : bool Pervasives.ref
#
val use_vmthreads : bool Pervasives.ref
#
val noassert : bool Pervasives.ref
#
val verbose : bool Pervasives.ref
#
val noprompt : bool Pervasives.ref
#
val nopromptcont : bool Pervasives.ref
#
val init_file : string option Pervasives.ref
#
val noinit : bool Pervasives.ref
#
val use_prims : string Pervasives.ref
#
val use_runtime : string Pervasives.ref
#
val principal : bool Pervasives.ref
#
val real_paths : bool Pervasives.ref
#
val recursive_types : bool Pervasives.ref
#
val strict_sequence : bool Pervasives.ref
#
val strict_formats : bool Pervasives.ref
#
val applicative_functors : bool Pervasives.ref
#
val make_runtime : bool Pervasives.ref
#
val gprofile : bool Pervasives.ref
#
val c_compiler : string option Pervasives.ref
#
val dllpaths : string list Pervasives.ref
#
val make_package : bool Pervasives.ref
#
val for_package : string option Pervasives.ref
#
val error_size : int Pervasives.ref
#
val float_const_prop : bool Pervasives.ref
#
val transparent_modules : bool Pervasives.ref
#
val dump_source : bool Pervasives.ref
#
val dump_parsetree : bool Pervasives.ref
#
val dump_typedtree : bool Pervasives.ref
#
val dump_rawlambda : bool Pervasives.ref
#
val dump_lambda : bool Pervasives.ref
#
val dump_clambda : bool Pervasives.ref
#
val dump_instr : bool Pervasives.ref
#
val keep_asm_file : bool Pervasives.ref
#
val optimize_for_speed : bool Pervasives.ref
#
val dump_cmm : bool Pervasives.ref
#
val dump_selection : bool Pervasives.ref
#
val dump_cse : bool Pervasives.ref
#
val dump_live : bool Pervasives.ref
#
val dump_spill : bool Pervasives.ref
#
val dump_split : bool Pervasives.ref
#
val dump_interf : bool Pervasives.ref
#
val dump_prefer : bool Pervasives.ref
#
val dump_regalloc : bool Pervasives.ref
#
val dump_reload : bool Pervasives.ref
#
val dump_scheduling : bool Pervasives.ref
#
val dump_linear : bool Pervasives.ref
#
val keep_startup_file : bool Pervasives.ref
#
val dump_combine : bool Pervasives.ref
#
val native_code : bool Pervasives.ref
#
val inline_threshold : int Pervasives.ref
#
val dont_write_files : bool Pervasives.ref
#
val std_include_flag : string -> string
#
val std_include_dir : unit -> string list
#
val shared : bool Pervasives.ref
#
val dlcode : bool Pervasives.ref
#
val runtime_variant : string Pervasives.ref
#
val force_slash : bool Pervasives.ref
#
val keep_locs : bool Pervasives.ref
#
val unsafe_string : bool Pervasives.ref
#
val opaque : bool Pervasives.ref
end