Skip to content

Commit 3487a6f

Browse files
committed
OCaml 5.x doesn't yet support frame pointers
1 parent 2907050 commit 3487a6f

File tree

2 files changed

+2
-2
lines changed
  • packages/ocaml-variants
    • ocaml-variants.5.0.0+trunk
    • ocaml-variants.5.1.0+trunk

2 files changed

+2
-2
lines changed

packages/ocaml-variants/ocaml-variants.5.0.0+trunk/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,14 @@ post-messages: [
6363
to force a sequential build instead."
6464
{failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"}
6565
]
66+
conflicts: [ "ocaml-option-fp" ]
6667
depopts: [
6768
"ocaml-option-32bit"
6869
"ocaml-option-afl"
6970
"ocaml-option-bytecode-only"
7071
"ocaml-option-default-unsafe-string"
7172
"ocaml-option-no-flat-float-array"
7273
"ocaml-option-flambda"
73-
"ocaml-option-fp"
7474
"ocaml-option-musl"
7575
"ocaml-option-static"
7676
]

packages/ocaml-variants/ocaml-variants.5.1.0+trunk/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,14 @@ post-messages: [
6363
to force a sequential build instead."
6464
{failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"}
6565
]
66+
conflicts: [ "ocaml-option-fp" ]
6667
depopts: [
6768
"ocaml-option-32bit"
6869
"ocaml-option-afl"
6970
"ocaml-option-bytecode-only"
7071
"ocaml-option-default-unsafe-string"
7172
"ocaml-option-no-flat-float-array"
7273
"ocaml-option-flambda"
73-
"ocaml-option-fp"
7474
"ocaml-option-musl"
7575
"ocaml-option-static"
7676
]

0 commit comments

Comments
 (0)