Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support --profile argument #63

Closed
Robbepop opened this issue Oct 15, 2022 · 3 comments · Fixed by #66
Closed

Support --profile argument #63

Robbepop opened this issue Oct 15, 2022 · 3 comments · Fixed by #66

Comments

@Robbepop
Copy link

Robbepop commented Oct 15, 2022

I have a project for which I would like to see the assembly output of a certain Cargo profile, given --profile bench instead of using the usual --release compilation.
Unfortunately this is not (yet) supported by the cargo-asm tool.
Would it be possible to implement this?

@pacak
Copy link
Owner

pacak commented Oct 15, 2022

If you install it from custom branch - it should support --profile. I'll release it once I fix some other open tickets. Can you check if it solves your problem? You can do something like cargo install --git https://github.com/pacak/cargo-show-asm --branch custom to get it.

@Robbepop
Copy link
Author

It is fine i will just wait for the next release then and use the hack i got so far. thanks!

@pacak pacak closed this as completed in #66 Oct 15, 2022
@pacak
Copy link
Owner

pacak commented Oct 15, 2022

Published 0.1.24

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants