You can add debug info to release builds. In Cargo.toml:
[profile.release] debug = true
Yes, tried that, but it still failed.