Skip to content

Ability to set default build target #368

@Progdrasil

Description

@Progdrasil

It would be useful for those who develop for one specific target to be able to define the default build target. In much the same way cargo does. This would reduce the following example command:

cross build --target armv7-unknown-linux-gnueabihf 

To the equivalent Cross.toml and command

[build]
target = "armv7-unknown-linux-gnueabihf"
cross build

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions