summaryrefslogtreecommitdiffhomepage
path: root/INSTALL
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2018-01-23 22:46:07 +0800
committerMatt Johnston <matt@ucc.asn.au>2018-01-23 22:46:07 +0800
commit597f7eb5e921c70545d3f45e2b5e0b19867573e0 (patch)
tree5172646de5e5d4c9de17f85cbe24c7db3f165756 /INSTALL
parent5cd003d9e6d36fcca0ef40f12b8c8e4e540c58c7 (diff)
parentba23b823dcec4203dcee59204f0a7dac1a390d96 (diff)
merge up to date
--HG-- branch : fuzz
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL6
1 files changed, 5 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 6ccdde8..58ba328 100644
--- a/INSTALL
+++ b/INSTALL
@@ -22,7 +22,11 @@ recompiling - bad things will happen otherwise)
See MULTI for instructions on making all-in-one binaries.
-If you want to compile statically, add "STATIC=1" to the make command-line.
+If you want to compile statically use ./configure --enable-static
+
+By default Dropbear adds various build flags that improve robustness
+against programming bugs (good for security) - if these cause problems
+they can be disabled with ./configure --disable-harden
Binaries can be stripped with "make strip"