From: Christian Grothoff Date: Sat, 2 Mar 2013 22:10:55 +0000 (+0000) Subject: -disable extra checks by default X-Git-Tag: initial-import-from-subversion-38251~9793 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3db319d5d3ce6510eb344a7d3c0ba10df8457443;p=oweals%2Fgnunet.git -disable extra checks by default --- diff --git a/src/include/platform.h b/src/include/platform.h index c44f67f67..b23f2ba2c 100644 --- a/src/include/platform.h +++ b/src/include/platform.h @@ -48,7 +48,7 @@ #include #endif -#define ALLOW_EXTRA_CHECKS GNUNET_YES +#define ALLOW_EXTRA_CHECKS GNUNET_NO /** * For strptime (glibc2 needs this).