Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cargo-show-asm relies on --emit to tell it which file was generated, In rustc past rust-lang/rust#103610 this no longer works even with -Ccodegen-units=1 This should not affect c-s-a's output since it wasn't looking at linker's optimization but might affect how compiled program performs.
- Loading branch information