Skip to content

Conversation

@rossburton
Copy link

For some reason, libtool builds static libraries for libs which have been marked as modules. These are pointless: you can't dlopen() a static library.

Avoid wasting compile time and disk space by passing -shared to libtool so that the static libraries are not built.

For some reason, libtool builds static libraries for libs which have
been marked as modules. These are pointless: you can't dlopen() a static
library.

Avoid wasting compile time and disk space by passing -shared to libtool
so that the static libraries are not built.

Signed-off-by: Ross Burton <ross.burton@arm.com>
@eepp
Copy link
Member

eepp commented Dec 1, 2025

I missed this for some reason.

Would you please submit to our Gerrit Code Review system? We'll review once there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants