When I enable `lto = "thin"` in the release profile `cargo asm` stops showing assembly output for my binary: ``` warning: ignoring emit path because multiple .s files were produced Error: Cannot locate the path to the asm file ```