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
Even though in most cases stripping should be enabled since a hello
world binary with std with debug symbols yields a ~13mb elf for Vita,
debugging isolated problems could benefit from dwarf symbols.
This PR adds a flag readable from `Cargo.toml` which can toggle
stripping on and off (with on by default)
0 commit comments