-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Labels
A-cross-compilingArea: using --target flag for other platformsArea: using --target flag for other platformsC-tracking-issueCategory: A tracking issue for something unstable.Category: A tracking issue for something unstable.T-cargoTeam: CargoTeam: Cargodisposition-mergeFCP with intent to mergeFCP with intent to mergefinished-final-comment-periodFCP completeFCP complete
Description
This is intended to be a tracking issue for -Zmultitarget
being implemented in #8167. This feature allows passing the --target
flag multiple times to Cargo to build code simultaneously for multiple targets. This was originally requested in #8156 and #3913.
Currently the semantics of -Zmultitarget
is that it simply allows passing --target
multiple times (2 or more) to Cargo. Cargo recognizes this as doing what it was already doing, only now for multiple targets instead of just a single target. Internally Cargo's unit graph should still have all the edges drawn correctly and whatnot.
TianyiShi2001, repi, nkzawa, mcandre, luojia65 and 16 more
Metadata
Metadata
Assignees
Labels
A-cross-compilingArea: using --target flag for other platformsArea: using --target flag for other platformsC-tracking-issueCategory: A tracking issue for something unstable.Category: A tracking issue for something unstable.T-cargoTeam: CargoTeam: Cargodisposition-mergeFCP with intent to mergeFCP with intent to mergefinished-final-comment-periodFCP completeFCP complete
Type
Projects
Status
Done