Skip to content

Commit ee72021

Browse files
committed
Conflict native options in bytecode-only
Flambda, frame-pointers and AFL are native-code compilation options and don't make sense in a bytecode-only switch.
1 parent 7322cf0 commit ee72021

File tree

1 file changed

+1
-0
lines changed
  • packages/ocaml-option-bytecode-only/ocaml-option-bytecode-only.1

1 file changed

+1
-0
lines changed

packages/ocaml-option-bytecode-only/ocaml-option-bytecode-only.1/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ synopsis: "Compile OCaml without the native-code compiler"
33
depends: [
44
"ocaml-variants" {post & >= "4.12.0~"}
55
]
6+
conflicts: [ "ocaml-option-afl" "ocaml-option-fp" "ocaml-option-flambda" ]
67
maintainer: "[email protected]"
78
flags: compiler

0 commit comments

Comments
 (0)