-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
Description
Binaries bundled in the releases should be statically linked for ease of use (particularly on systems with odler libc, such as starexec).
Adding -cclib -static
seems sufficient in some cases, but it might also be worth it to follow tis blog post detailing how to build ocaml static binaries in general : https://ocamlpro.com/blog/2021_09_02_generating_static_and_portable_executables_with_ocaml/