README: building a static binary

This commit is contained in:
Ștefan Talpalaru 2020-09-27 00:49:22 +02:00
parent 0152ab5bc7
commit da3102c081
No known key found for this signature in database
GPG Key ID: CBF7934204F1B6F9
1 changed files with 6 additions and 0 deletions

View File

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