From 785459d31bca1c4aa940ab62ede659a2d0311ecf Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Tue, 27 Jun 2017 22:42:32 +0800 Subject: document --enable-static in place of STATIC=1 --- INSTALL | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'INSTALL') 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" -- cgit v1.2.3