# HG changeset patch # User HansH111 # Date 1647680065 0 # Node ID 40f8468ad4d44d16cc9da583f5a205b303ae9f26 # Parent a7b66ea1863206b044ab21418d8be0cfa12e5923 Allow for DEBUG_TRACE value 0 - 5 diff -r a7b66ea18632 -r 40f8468ad4d4 default_options.h --- a/default_options.h Wed Mar 16 18:35:23 2022 +0800 +++ b/default_options.h Sat Mar 19 08:54:25 2022 +0000 @@ -44,8 +44,11 @@ This option is ignored on non-Linux platforms at present */ #define DROPBEAR_REEXEC 1 -/* Include verbose debug output, enabled with -v at runtime. - * This will add a reasonable amount to your executable size. */ +/* Include verbose debug output, enabled with -v at runtime (repeat to increase). + * define which level of debug output you compile in + * TRACE1 - TRACE3 = approx 4 Kb (connection, remote identity, algos, auth type info) + * TRACE4 = approx 17 Kb (detailed before connection) + * TRACE5 = approx 8 Kb (detailed after connection) */ #define DEBUG_TRACE 0 /* Set this if you want to use the DROPBEAR_SMALL_CODE option. This can save