static libraries (was: How to use internal neon ?)
Stephan Bergmann
sbergman at redhat.com
Tue Sep 11 00:24:30 PDT 2012
On 09/10/2012 06:55 PM, Matúš Kukan wrote:
> I am pondering gbuildizing neon.
> It's built by dmake as dynamic library currently.
> Could it be used as static library ?
[...]
> It's used only in ucb/Library_ucpdav1.mk
One gotcha with this logic of preferring a static over a dynamic library
when only used as a dependency of one other object is that this requires
us to keep track whether a library is used only once or multiple times,
to revisit the static vs. dynamic decision.
Stephan
More information about the LibreOffice
mailing list