diff options
| author | HaltingState <[email protected]> | 2013-12-09 02:08:08 -0800 |
|---|---|---|
| committer | HaltingState <[email protected]> | 2013-12-13 04:09:02 -0800 |
| commit | 08b93f9a65ce70e650244f94725fcd042d97f0ee (patch) | |
| tree | 028eb30efec3375f84031b408caf75b3ba6d767a /doc | |
| parent | Merge pull request #3276 from sipa/nodestate (diff) | |
| download | discoin-08b93f9a65ce70e650244f94725fcd042d97f0ee.tar.xz discoin-08b93f9a65ce70e650244f94725fcd042d97f0ee.zip | |
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 1d9d96a1c..673d1502a 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: |