Skip to content

LTO is not working, again #366

Open
Open
@pacak

Description

Hi, I'm having this issue trying to run the tool with https://github.com/louis-e/arnis. I've disabled the (Tauri) GUI feature, so in theory it's just a CLI application with ~500 dependencies.

❯ rustup show
Default host: x86_64-unknown-linux-gnu
rustup home:  /home/benjamin/.rustup

stable-x86_64-unknown-linux-gnu (default)
rustc 1.84.0 (9fc6b4312 2025-01-07)

❯ cargo asm --version
Version: 0.2.47

❯ cargo asm --bin arnis --no-default-features

<lots of output since it is compiling...>

Error: Cannot locate the path to the asm file

The current version of cargo-show-asm works in a brand-new cargo new foo project, but it doesn't work here. What's going on?

Originally posted by @benjamin051000 in #82

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions