Skip to content

Reduce Zed binary size. #8

@aaravlu

Description

@aaravlu

It is better to replace these lines in zed official Cargo.toml with bellow, before run GH actions:

[profile.release]
codegen-units = 1
debug = false
lto = true
panic = "abort"
strip = true

strip = true may doesnot work on windows.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions