Closed antoinemine closed 7 months ago
Using plain strip is too aggressive for static libraries and prevents linking.
strip
Ths PR changes the installation method to call strip --strip-unneeded on all installed libraries and binaries.
strip --strip-unneeded
Using plain
strip
is too aggressive for static libraries and prevents linking.Ths PR changes the installation method to call
strip --strip-unneeded
on all installed libraries and binaries.