disable debug instrumentation again
authorChristian Grothoff <christian@grothoff.org>
Thu, 8 Mar 2018 13:43:49 +0000 (14:43 +0100)
committerChristian Grothoff <christian@grothoff.org>
Thu, 8 Mar 2018 13:43:49 +0000 (14:43 +0100)
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.