summaryrefslogtreecommitdiffhomepage
path: root/default_options.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'default_options.h.in')
-rw-r--r--default_options.h.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/default_options.h.in b/default_options.h.in
index b0641e4..95097ac 100644
--- a/default_options.h.in
+++ b/default_options.h.in
@@ -314,4 +314,8 @@ be overridden at runtime with -I. 0 disables idle timeouts */
/* 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_ */