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

cargo build question #22

Closed
cymqqqq opened this issue Feb 19, 2024 · 1 comment
Closed

cargo build question #22

cymqqqq opened this issue Feb 19, 2024 · 1 comment

Comments

@cymqqqq
Copy link

cymqqqq commented Feb 19, 2024

Hi there, I found that we used cargo install --debug --path . command here.
Can we use cargo build --release instead of cargo install --debug --path . ?(or other compile command)

@nicbus
Copy link
Contributor

nicbus commented Feb 20, 2024

We had several issues in the past with release mode (see e.g. this issue). Moreover, even though cargo build --release works, cargo install --path . still fails. We'll update the README once the issues will have been addressed.

@nicbus nicbus closed this as completed Feb 20, 2024
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

No branches or pull requests

2 participants