You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Currently all modules are built once with -fpic.
The easiest way to achieve this is to use cmake to build the project.
The text was updated successfully, but these errors were encountered: