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

Add CMake configuration options that control static vs dynamic linking of odbc libs. #245

Open
traceon opened this issue Jan 12, 2020 · 1 comment
Labels

Comments

@traceon
Copy link
Collaborator

traceon commented Jan 12, 2020

Currently, there are:

  • CH_ODBC_RUNTIME_LINK_STATIC
  • CH_ODBC_THIRD_PARTY_LINK_STATIC

Need to add:

  • CH_ODBC_DM_LINK_STATIC

And make sure all of these can be enabled independently, and actually being tested in CI.
CI jobs with compilation and testing could be added in the scope of #230.

@alexey-milovidov
Copy link
Member

Only static linking should be supported, so the resulting dynamic library is hermetic and self-contained.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants