mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-26 22:39:49 +00:00
README: building a static binary
This commit is contained in:
parent
0152ab5bc7
commit
da3102c081
@ -477,6 +477,12 @@ make NIMFLAGS="-d:disableMarchNative" beacon_node
|
||||
make NIMFLAGS="-d:disableLTO" beacon_node
|
||||
```
|
||||
|
||||
- build a static binary
|
||||
|
||||
```bash
|
||||
make NIMFLAGS="--passL:-static" beacon_node
|
||||
```
|
||||
|
||||
- publish a book using [mdBook](https://github.com/rust-lang/mdBook) from sources in "docs/" to GitHub pages:
|
||||
|
||||
```bash
|
||||
|
Loading…
x
Reference in New Issue
Block a user