Skip to content

Disable shared libraries by default. Can still get these using --enable-shared

Peter W. Draper requested to merge no-shared-libraries into master

Restores the old behaviour, with the benefit that the unused shared libraries are no longer built.

Can still shared libraries using --enable-shared.

Merge request reports