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
Hi,
We've been using JOSESwift for some time, and we want to start precompiling to save build time. I know that this repository doesn't provide binaries, but it would still be helpful for us if this project would be guaranteed to compile with BUILD_LIBRARY_FOR_DISTRIBUTION enabled. Otherwise we might have to diverge from your fork to make it compile.
In practice this probably means creating tests that compile with this flag and check that the build succeeds.
The same was done in GRDB.
The text was updated successfully, but these errors were encountered:
Hi,
We've been using
JOSESwift
for some time, and we want to start precompiling to save build time. I know that this repository doesn't provide binaries, but it would still be helpful for us if this project would be guaranteed to compile withBUILD_LIBRARY_FOR_DISTRIBUTION
enabled. Otherwise we might have to diverge from your fork to make it compile.In practice this probably means creating tests that compile with this flag and check that the build succeeds.
The same was done in GRDB.
The text was updated successfully, but these errors were encountered: