# HG changeset patch # User Matt Johnston # Date 1369115088 -28800 # Node ID 34b73c9d8aa3c1272306d3b3bbad67e69a467099 # Parent 4604103342672364f84ce950ca441f5c818aeff1 Enable SMALL_CODE by default diff -r 460410334267 -r 34b73c9d8aa3 options.h --- a/options.h Tue May 21 13:20:02 2013 +0800 +++ b/options.h Tue May 21 13:44:48 2013 +0800 @@ -52,7 +52,7 @@ several kB in binary size however will make the symmetrical ciphers and hashes slower, perhaps by 50%. Recommended for small systems that aren't doing much traffic. */ -/*#define DROPBEAR_SMALL_CODE*/ +#define DROPBEAR_SMALL_CODE /* Enable X11 Forwarding - server only */ #define ENABLE_X11FWD