-disable extra checks by default
authorChristian Grothoff <christian@grothoff.org>
Sat, 2 Mar 2013 22:10:55 +0000 (22:10 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sat, 2 Mar 2013 22:10:55 +0000 (22:10 +0000)
src/include/platform.h

index c44f67f677eb457cc63c70ce1c7eae646ce6b530..b23f2ba2c0f4199b59535e6b75cbde86ca9c3ce1 100644 (file)
@@ -48,7 +48,7 @@
 #include <sys/types.h>
 #endif
 
-#define ALLOW_EXTRA_CHECKS GNUNET_YES
+#define ALLOW_EXTRA_CHECKS GNUNET_NO
 
 /**
  * For strptime (glibc2 needs this).