From c2688979a4ee3b9c0b1d00e94ce2a37ba71b6af6 Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Thu, 1 Jul 2010 09:40:29 -0700 Subject: Remove AC_DEFINE for DEBUG/NDEBUG Whoops, I momentarilly forgot I had explicitly set these as CC options so dependent packages which need to include spl_config.h would not end up having these defined which can result in accidentally hanging debug enabled at best, or a build failure at worst. --- spl_config.h.in | 6 ------ 1 file changed, 6 deletions(-) (limited to 'spl_config.h.in') diff --git a/spl_config.h.in b/spl_config.h.in index 540b79392..a22ca7b8b 100644 --- a/spl_config.h.in +++ b/spl_config.h.in @@ -3,9 +3,6 @@ /* Atomic types use spinlocks */ #undef ATOMIC_SPINLOCK -/* Define to 1 to enable debug */ -#undef DEBUG - /* Define to 1 to enable basic kmem accounting */ #undef DEBUG_KMEM @@ -211,9 +208,6 @@ */ #undef LT_OBJDIR -/* Define to 1 to enable debug */ -#undef NDEBUG - /* get_zone_counts() is needed */ #undef NEED_GET_ZONE_COUNTS -- cgit v1.2.3