mikesart / inotify-info

Linux inotify info reporting app
MIT License
298 stars 31 forks source link

Add instructions to build static binary #58

Open caruccio opened 4 days ago

motiejus commented 4 days ago

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.