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
WIP: cargo: change libceed feature static to shared
This way no features are activated by default. It has the downside that
if only the shared feature is enabled, it will attempt to statically
link to the system library (which is most likely a shared library).
0 commit comments