diff INSTALL @ 1478:3a933956437e coverity

update coverity
author Matt Johnston <matt@ucc.asn.au>
date Fri, 09 Feb 2018 23:49:22 +0800
parents 8f88f4290b22
children 72fd994fe7bd
line wrap: on
line diff
--- a/INSTALL	Sat Jun 24 23:33:16 2017 +0800
+++ b/INSTALL	Fri Feb 09 23:49:22 2018 +0800
@@ -22,7 +22,11 @@
 
 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"