diff default_options.h.in @ 1494:da095983a60b

Move DEBUG_TRACE to default_options
author Matt Johnston <matt@ucc.asn.au>
date Wed, 14 Feb 2018 00:24:44 +0800
parents abbdeca6f1bd
children 2d450c1056e3
line wrap: on
line diff
--- a/default_options.h.in	Wed Feb 14 00:24:32 2018 +0800
+++ b/default_options.h.in	Wed Feb 14 00:24:44 2018 +0800
@@ -314,4 +314,8 @@
 /* The default path. This will often get replaced by the shell */
 #define DEFAULT_PATH "/usr/bin:/bin"
 
+/* Include verbose debug output, enabled with -v at runtime. 
+ * This will add a reasonable amount to your executable size. */
+#define DEBUG_TRACE 0
+
 #endif /* DROPBEAR_DEFAULT_OPTIONS_H_ */