lwthiker / curl-impersonate

curl-impersonate: A special build of curl that can impersonate Chrome & Firefox
MIT License
3.45k stars 229 forks source link

Link binaries dynamically by default #197

Open lubo opened 8 months ago

lubo commented 8 months ago

Static linking means that the binaries have to rebuilt each time the dependencies change, e.g. due to security updates. The Makefile should prefer dynamic link by default and expose options that would make it possible to fall back to static linking.