Release builds

This commit is contained in:
Ignotus Peverell 2018-05-12 20:24:23 +01:00 committed by GitHub
parent d3a33c790e
commit 9909e8e2ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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