Closed
Description
(Suggested label: Build/Install/Distribute)
Currently when I build it, bin/tidy
is statically linked, and both lib/libtidy.so
and lib/libtidys.a
are installed. I believe it would be better to default to dynamic linking and not installing *.a
, at least on unix-like platforms.
Side note: I'm creating a package for Nix / NixOS.