diff options
author | Nathaniel Mahieu <nate@mahie.us> | 2016-01-28 11:10:15 -0600 |
---|---|---|
committer | Nathaniel Mahieu <nate@mahie.us> | 2016-01-28 11:10:15 -0600 |
commit | befeb554184682ac9d98b56ef4e7f20642be01d0 (patch) | |
tree | 42710212e5d5154a7ced896cce3a6adf3a784dfc /doc/build-unix.md | |
parent | 9189e30b127b6d9244da132c4c90084e7bb870be (diff) |
Add example for displaying additional configure flags
Diffstat (limited to 'doc/build-unix.md')
-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 31bbab7f0f..1121a3507f 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 |