Skip to content

Conversation

@pmai
Copy link
Contributor

@pmai pmai commented Mar 21, 2017

Code using multiple copies of the static libraries in one process can
cause problems due to multiple copies of the protobuffer libraries not
interacting correctly. Change default target library to be a shared
library, add static variant as _static, and use object libraries to
optimize the building of the shared and _pic static libraries.

Code using multiple copies of the static libraries in one process can
cause problems due to multiple copies of the protobuffer libraries not
interacting correctly. Change default target library to be a shared
library, add static variant as _static, and use object libraries to
optimize the building of the shared and _pic static libraries.
@pmai pmai requested review from a user and mbinna March 21, 2017 09:17
@pmai pmai self-assigned this Mar 21, 2017
@pmai pmai added this to the Pegasus Workshop Changes milestone Mar 21, 2017
@ghost ghost added the FeatureRequest Proposals which enhance the interface or add additional features. label Mar 21, 2017
Copy link

@ghost ghost left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

seems to work for Andreas, approve

@ghost ghost requested review from AhmedMzid and PhilippRoethigBMW March 21, 2017 10:00
@ghost ghost merged commit 6a032b6 into master Mar 23, 2017
@pmai pmai deleted the feature/shared-library-build branch January 18, 2018 12:12
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

FeatureRequest Proposals which enhance the interface or add additional features.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants