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

When both shared and static lib is requested each module should be built twice - with and without -fpic #32

Open
yurivict opened this issue Feb 6, 2023 · 1 comment

Comments

@yurivict
Copy link

yurivict commented Feb 6, 2023

Currently all modules are built once with -fpic.

The easiest way to achieve this is to use cmake to build the project.

@arminbiere
Copy link
Owner

Dynamic libraries are not supported.

Some users seem to require '-fpic' code nevertheless.
Therefore there is this '-fpic' option for 'configure'.
These seems to be fine for those trying to build
dynmic libraries with Kissat inside.

I further want to keep the build process as simple as possible
relying on GNU make only.

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