disable debug instrumentation again
[oweals/gnunet.git] / src / util / scheduler.c
index 2ca078276b0c0696f1e3b18ace2b8b35ee59b606..423c2b80464d2b8b2a009cf7aa22083ef6547466 100644 (file)
 /**
  * Obtain trace information for all scheduler calls that schedule tasks.
  */
-#define EXECINFO GNUNET_YES
+#define EXECINFO GNUNET_NO
 
 /**
  * Check each file descriptor before adding
  */
-#define DEBUG_FDS GNUNET_YES
+#define DEBUG_FDS GNUNET_NO
 
 /**
  * Depth of the traces collected via EXECINFO.