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
fix(release): ensure debuginfo file contain debugging info
Seems recently Cargo defaulted to use `strip=debuginfo`. This
inadvertently made our debuginfo files much smaller
Fix the issue by using `strip=none` and add a test so that it breaks if
this somehow changes again.
Signed-off-by: Pablo Barbáchano <[email protected]>
0 commit comments