Closed cymqqqq closed 8 months ago
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.
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)