2 # https://discuss.ocaml.org/t/dune-how-to-link-statically-on-linux-not-on-others/8537/4?u=mro
3 # https://discuss.ocaml.org/t/ld-error-missing-note-gnu-stack-section/12478/3
7 # do not link statically on macos.
8 echo '(:standard -cclib)'
11 echo '(:standard -cclib "-z noexecstack" -ccopt -static)'
14 echo '(:standard -ccopt -static)'