We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6bc7ae commit a431b58Copy full SHA for a431b58
packages/ocaml-variants/ocaml-variants.5.3.0+macocaml-branch/opam
@@ -87,7 +87,7 @@ build: [
87
"--with-winpthreads-msvc=%{winpthreads:share}%" {system-msvc:installed}
88
"-C"
89
"--with-afl" {ocaml-option-afl:installed}
90
- "--disable-native-compiler" {ocaml-option-bytecode-only:installed}
+ "--disable-native-compiler"
91
"--disable-flat-float-array" {ocaml-option-no-flat-float-array:installed}
92
"--enable-flambda" {ocaml-option-flambda:installed}
93
"--enable-frame-pointers" {ocaml-option-fp:installed}
@@ -109,7 +109,7 @@ build: [
109
"LIBS=-static" {ocaml-option-static:installed}
110
"--disable-warn-error"
111
]
112
- [make]
+ [make "-j%{jobs}%" "world"]
113
114
install: [make "install"]
115
url {
0 commit comments