diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2013-12-13 13:45:11 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2013-12-13 13:45:19 +0100 |
commit | 6bfaf2ac37c24b61e56c63cb2c4c9dfefdd6df42 (patch) | |
tree | 89480a97598b7c2f9b5b0d69c86f01dbc676279b /doc/build-unix.md | |
parent | 5e2fb330fd982cd9e01bc62dfc9fa8d8f7e09243 (diff) | |
parent | 08b93f9a65ce70e650244f94725fcd042d97f0ee (diff) |
Merge pull request #3411
08b93f9 fixed documetation on hardening flags (HaltingState)
Diffstat (limited to 'doc/build-unix.md')
-rw-r--r-- | doc/build-unix.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/build-unix.md b/doc/build-unix.md index 704bc1f5c7..b88186a70e 100644 --- a/doc/build-unix.md +++ b/doc/build-unix.md @@ -135,7 +135,10 @@ To help make your bitcoin installation more secure by making certain attacks imp exploit even if a vulnerability is found, binaries are hardened by default. This can be disabled with: -./configure --enable-hardening +Hardening Flags: + + ./configure --enable-hardening + ./configure --disable-hardening Hardening enables the following features: |