Remix.run Logo
tomjakubowski 5 days ago

You can add debug info to release builds. In Cargo.toml:

    [profile.release]
    debug = true
https://doc.rust-lang.org/cargo/reference/profiles.html#debu...
t_mahmood 4 days ago | parent [-]

Yes, tried that, but it still failed.