We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 462dada commit 85bdb1bCopy full SHA for 85bdb1b
README.md
@@ -31,12 +31,12 @@ Then the build may take a few minutes:
31
git clone https://github.com/grandinetech/grandine
32
cd grandine
33
git submodule update --init dedicated_executor eth2_libp2p
34
-cargo build --compact --features default-networks
+cargo build --profile compact --features default-networks
35
```
36
37
The compiled binary is available at `./target/compact/grandine`.
38
39
-For faster building (larger binary size) use `--release` instead of `--compact`.
+For faster building (larger binary size) use `--release` instead of `--profile compact`.
40
41
### Docker builds
42
0 commit comments