Static builds are supported and continuously tested by zig cc (see CI). If that is lacking, please add this to CI (make sure to use the same base image).
I also have doubts about reconmending static linking of glibc due to its extensive use of dlopen.
Static builds are supported and continuously tested by
zig cc
(see CI). If that is lacking, please add this to CI (make sure to use the same base image).I also have doubts about reconmending static linking of glibc due to its extensive use of
dlopen
.