opam-version: "2.0"
synopsis: "Ensure that OCaml is compiled with flambda and frame-pointer enabled, and no other custom options"
depends: ["ocaml-option-flambda" "ocaml-option-fp"]
conflicts: [
  "ocaml-option-32bit"
  "ocaml-option-afl"
  "ocaml-option-bytecode-only"
  "ocaml-option-default-unsafe-string"
  "ocaml-option-musl"
  "ocaml-option-no-flat-float-array"
  "ocaml-option-spacetime"
  "ocaml-option-static"
  "ocaml-option-nnp"
  "ocaml-option-nnpchecker"
]
maintainer: "platform@lists.ocaml.org"
flags: compiler
