RGB-Tools / rgb-lightning-node

MIT License
20 stars 20 forks source link

cargo build question #22

Closed cymqqqq closed 8 months ago

cymqqqq commented 8 months ago

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 commented 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.