mirror of
https://github.com/mimblewimble/grin.git
synced 2025-02-01 08:51:08 +03:00
Release builds
This commit is contained in:
parent
d3a33c790e
commit
9909e8e2ff
1 changed files with 3 additions and 1 deletions
|
@ -31,9 +31,11 @@ you can start mining by building and runing grin-miner against your running Grin
|
|||
```sh
|
||||
git clone https://github.com/mimblewimble/grin.git
|
||||
cd grin
|
||||
cargo build
|
||||
cargo build --release
|
||||
```
|
||||
|
||||
Grin can also be built in debug mode (without the `--release` flag) but this will render fast sync prohibitively slow due to the large overhead of cryptographic operations.
|
||||
|
||||
|
||||
### Cross-platform builds
|
||||
|
||||
|
|
Loading…
Reference in a new issue