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
When compiling with nightly, Debug implementations can be removed by setting -Zfmt-debug=none. A quick test shows that this frees up around 4 kB of binary space. We could probably achieve a similar effect with the stable compiler by fixing the code that uses these implementations (most likely except and unwrap calls).
When compiling with nightly,
Debug
implementations can be removed by setting-Zfmt-debug=none
. A quick test shows that this frees up around 4 kB of binary space. We could probably achieve a similar effect with the stable compiler by fixing the code that uses these implementations (most likelyexcept
andunwrap
calls).The text was updated successfully, but these errors were encountered: