diff options
| author | Wladimir J. van der Laan <[email protected]> | 2016-01-29 12:55:35 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2016-01-29 12:55:42 +0100 |
| commit | 4b12266d80b52a644ec868183891df8d29502a7a (patch) | |
| tree | 683efbc09703bab140fa23af21e9d3c21ae0c9d0 | |
| parent | Merge #7437: GUI: Disable tab navigation for peers tables. (diff) | |
| parent | Add example for displaying additional configure flags (diff) | |
| download | discoin-4b12266d80b52a644ec868183891df8d29502a7a.tar.xz discoin-4b12266d80b52a644ec868183891df8d29502a7a.zip | |
Merge #7428: doc: add example for listing ./configure flags
befeb55 Add example for displaying additional configure flags (Nathaniel Mahieu)
| -rw-r--r-- | doc/build-unix.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/build-unix.md b/doc/build-unix.md index 31bbab7f0..1121a3507 100644 --- a/doc/build-unix.md +++ b/doc/build-unix.md @@ -236,3 +236,9 @@ In this case there is no dependency on Berkeley DB 4.8. Mining is also possible in disable-wallet mode, but only using the `getblocktemplate` RPC call not `getwork`. + +Additional Configure Flags +-------------------------- +A list of additional configure flags can be displayed with: + + ./configure --help |