Hacker News new | ask | show | jobs
by estebank 863 days ago
Integer overflows can be enabled in release mode by modifying your Cargo.toml with

    [profile.release]
    overflow-checks = true
IMO it should have been the default.