We are currently conflating everything which is wrong (e.g. in a cross-compilation setting). opam has two variables for that ocaml-native and ocaml-toolchain-opt. We should add a Features.native_toolchain and conditionalize the cmdline tool on the latter not on the former.
We are currently conflating everything which is wrong (e.g. in a cross-compilation setting).
opam
has two variables for thatocaml-native
andocaml-toolchain-opt
. We should add aFeatures.native_toolchain
and conditionalize the cmdline tool on the latter not on the former.