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
change build-dependencies defaults for faster compile times
Turning off debuginfo makes a noticeable difference. Backtraces in build
scripts, and opting into backtraces for proc-macros on nightly, can be
worse. Debuggability can be improved by changing settings back, and this
will be documented for the rare cases where it's needed.
0 commit comments