mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-18 09:27:05 +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
|
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:
|
- publish a book using [mdBook](https://github.com/rust-lang/mdBook) from sources in "docs/" to GitHub pages:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user