Skip to content

Commit e450b6c

Browse files
committed
add build_ocaml_compiler.sexp
1 parent 0403bb3 commit e450b6c

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

build_ocaml_compiler.sexp

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
((properties (
2+
supports_native_toplevel
3+
supports_debug_runtime
4+
supports_instrumented_runtime
5+
supports_no_install_bytecode_programs
6+
supports_no_install_source_artifacts
7+
uses_autoconf
8+
))
9+
(features (
10+
normal
11+
frame_pointers
12+
m32
13+
no_naked_pointers
14+
flambda
15+
no_flat_float_array
16+
))
17+
)

0 commit comments

Comments
 (0)