Mercurial > dropbear
diff INSTALL @ 1447:8f88f4290b22
document --enable-static in place of STATIC=1
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Tue, 27 Jun 2017 22:42:32 +0800 |
parents | 2d943453cecf |
children | 72fd994fe7bd |
line wrap: on
line diff
--- a/INSTALL Tue Jun 27 22:37:46 2017 +0800 +++ b/INSTALL Tue Jun 27 22:42:32 2017 +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"