-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Labels
A-configurationArea: cargo config files and env varsArea: cargo config files and env vars
Description
There are a couple reasons why this could be useful:
- rather than forcing all developers to use a particular number of codegen units (unless they modify Cargo.toml, which is annoying in a VCS-tracked file), this allows overriding a suggested default with something appropriate to the current hardware
- this will allow me to work around codegen-units ruins debug symbols rust#39160 with much less friction while maintaining a sensible default for other Servo developers
Metadata
Metadata
Assignees
Labels
A-configurationArea: cargo config files and env varsArea: cargo config files and env vars