I want to build only a statically linked c library, as done by passing custom
or failsafe
to ocamlmklib
, but I fail to find a way how to pass such an option via _tags
(and/or myocamlbuild.ml
) to the build system.
repository in question is mirage-xen on the topkg
branch. Any hints?