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
It seems like building both an rlib and a static lib overrides profile.release? Or at least lto?
I'm trying to build both a static lib and an rlib because I want to build both a static library and a binary for the crate and the binary depends on the library.