(* ocamltest/ocamltest_config.ml. Generated from ocamltest_config.ml.in by configure. *) #2 "ocamltest/ocamltest_config.ml.in" (**************************************************************************) (* *) (* OCaml *) (* *) (* Sebastien Hinderer, projet Gallium, INRIA Paris *) (* *) (* Copyright 2016 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. *) (* *) (**************************************************************************) (* The configuration module for ocamltest *) let arch = {|i386|} let afl_instrument = false let asm = {|i686-w64-mingw32-gcc -c|} let cpp = {|i686-w64-mingw32-gcc -E -P|} let cppflags = {||} let cc = {|i686-w64-mingw32-gcc|} let cflags = {|-O2 -fno-strict-aliasing -fwrapv -mms-bitfields|} let ccomp_type = {|cc|} let target_os_type = {|Win32|} let diff = {|diff|} let diff_flags = {| --strip-trailing-cr -u|} let diff_supports_color = true let shared_libraries = true let libunix = Some false let systhreads = true let str = true let objext = {|o|} let libext = {|a|} let asmext = {|s|} let system = {|mingw|} let ocamlsrcdir = {|C:\builds\workspace\precheck\flambda\false\label\ocaml-mingw-32|} let flambda = false let ocamlc_default_flags = "" let ocamlopt_default_flags = "" let flat_float_array = true let ocamldoc = true let ocamldebug = true let ocamlobjinfo = true let native_compiler = false let native_dynlink = false let shared_library_cflags = {||} let sharedobjext = {|dll|} let csc = {|csc|} let csc_flags = {|/nologo /nowarn:1668 /platform:x86|} let exe = {|.exe|} let mkdll = {|flexlink -chain mingw -stack 16777216 -link -static-libgcc|} let mkexe = {|flexlink -exe -chain mingw -stack 16777216 -link -municode |} let bytecc_libs = {| -lws2_32 -lole32 -luuid -lversion -lshlwapi -lsynchronization -l:libpthread.a -lgcc_eh|} let nativecc_libs = {| -lws2_32 -lole32 -luuid -lversion -lshlwapi -lsynchronization -l:libpthread.a -lgcc_eh|} let windows_unicode = 1 != 0 let function_sections = false let instrumented_runtime = true let frame_pointers = false let tsan = false