From 9a7972dcb8fffda8084c7ade32af4436aad39e81 Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Wed, 14 Feb 2018 00:24:44 +0800 Subject: Move DEBUG_TRACE to default_options --- debug.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'debug.h') diff --git a/debug.h b/debug.h index 93fbc1f..c2efda7 100644 --- a/debug.h +++ b/debug.h @@ -33,16 +33,6 @@ * etc. Don't use this normally, it might cause problems */ /* #define DEBUG_VALGRIND */ -/* Define this to compile in trace debugging printf()s. - * You'll need to run programs with "-v" to turn this on. - * - * Caution: Don't use this in an unfriendly environment (ie unfirewalled), - * since the printing may not sanitise strings etc. This will add a reasonable - * amount to your executable size. */ -#ifndef DEBUG_TRACE -#define DEBUG_TRACE 0 -#endif - /* All functions writing to the cleartext payload buffer call * CHECKCLEARTOWRITE() before writing. This is only really useful if you're * attempting to track down a problem */ -- cgit v1.2.3