diff options
author | Matt Johnston <matt@ucc.asn.au> | 2017-06-27 22:42:32 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2017-06-27 22:42:32 +0800 |
commit | 785459d31bca1c4aa940ab62ede659a2d0311ecf (patch) | |
tree | 04ebc43d642a67daa975deef7cb98612964161f7 /INSTALL | |
parent | a9a3746d0900bd973cbf164332dc795812a769c7 (diff) |
document --enable-static in place of STATIC=1
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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" |