Skip to content

optimize Cargo.toml config for performance #515

Description

@alejandro-vaz

optimize the options in Cargo.toml on the release and bench profiles to guide code compilation

consider:

  • link time optimization
  • opt-level
  • debug info removal
  • codegen units

etc.

the release profile should have settings that don't affect compilation time that much, enabling lto for everyone is probably not a good idea

Metadata

Metadata

Assignees

No one assigned

    Labels

    good first issueGood for a first contributorhelp wantedNo clear candidate to implement itp-highhigh priorityr-performancerelated to performance

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions