GaloisInc / what4-solvers

Multi-platform binary creation for solvers of the versions most suitable for use with What4
5 stars 1 forks source link

Build `abc` with MinGW-w64 #17

Closed RyanGlScott closed 2 years ago

RyanGlScott commented 2 years ago

By default, abc tries to put __declspec(dllimport) attributes on functions, which doesn't play nicely with static linking. Fortunately, this is simple enough to work around by passing -DWIN32_NO_DLL.

Fixes https://github.com/GaloisInc/what4-solvers/issues/12.