Skip to content

Run different tools in sequence without rebuilding? #172

@ZhekaS

Description

@ZhekaS

Say I want to peform cargo objcopy to produce a binary file and the cargo objdump to produce a disassembly file. Currently it looks like both commands are triggering a build, which is not necessary and moreover can lead to an inconsistency in case the build process doing some weird things, such as embedding timestamps or random values in the resulting artifact.

Is it possible to add an option like --no-rebuild or similar?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions