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?