Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dynamic vs Shared library #737

Open
MFraters opened this issue Jun 4, 2024 · 1 comment
Open

Dynamic vs Shared library #737

MFraters opened this issue Jun 4, 2024 · 1 comment

Comments

@MFraters
Copy link
Member

MFraters commented Jun 4, 2024

@bangerth suggested in #736 that compiling the world builder as a shared library might have some advantages, such as shorter linking times. The disadvantage I can see is that the executables are less self-contained. We could also provide both through a cmake variable.

@tjhei
Copy link
Contributor

tjhei commented Jun 5, 2024

I don't feel strongly either way. Some libraries offer both options (but that makes things more complex).

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

No branches or pull requests

2 participants