On Sat, 10 Aug 2024, Simon Richter wrote:

Libtool supports "convenience libraries", which are unpacked and repacked automatically to merge all objects to a single large library. That takes a bit of extra time in a build and cannot be parallelized either, but in large projects it makes the Makefile.am a little more readable.

Libtool "convenience libraries" are evil. If a project is using Automake, then using a non-recursive build will allow avoiding such things and dramatically improve build times. Automake is not required, but it makes the task easier.

Bob
--
Bob Friesenhahn
bfrie...@simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,    http://www.GraphicsMagick.org/
Public Key,     http://www.simplesystems.org/users/bfriesen/public-key.txt

Reply via email to