Upto 90% for hellworld

  • OmnipotentEntity@beehaw.org
    link
    fedilink
    arrow-up
    3
    ·
    5 months ago

    Yeah, definitely :)

    The default dev profile is defined as:

    [profile.dev]
    opt-level = 0
    debug = true
    split-debuginfo = '...'  # Platform-specific.
    strip = "none"
    debug-assertions = true
    overflow-checks = true
    lto = false
    panic = 'unwind'
    incremental = true
    codegen-units = 256
    rpath = false
    

    You can find more information in the cargo book page on profiles