diff options
author | HaltingState <haltingstate@gmail.com> | 2013-12-09 02:08:08 -0800 |
---|---|---|
committer | HaltingState <haltingstate@gmail.com> | 2013-12-13 04:09:02 -0800 |
commit | 08b93f9a65ce70e650244f94725fcd042d97f0ee (patch) | |
tree | 028eb30efec3375f84031b408caf75b3ba6d767a /doc | |
parent | 7202d9d9bf6e7442ea8e945b271dcec079ff5239 (diff) |
fixed documetation on hardening flags
Diffstat (limited to 'doc')
-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 1d9d96a1ca..673d1502a0 100644 --- a/doc/build-unix.md +++ b/doc/build-unix.md @@ -140,7 +140,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: |