]> granicus.if.org Git - zfs/commitdiff
ZTEST: Always enable asserts
authorDavid Quigley <david.quigley@intel.com>
Wed, 13 Sep 2017 18:48:05 +0000 (14:48 -0400)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 15 Sep 2017 20:26:05 +0000 (13:26 -0700)
The build for ztest always enabled debug information but does not enable
asserts unless --enable-debug is used. This will always enable asserts
in the ztest code.

Reviewed-by: George Melikov <mail@gmelikov.ru>
Reviewed-by Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: David Quigley <david.quigley@intel.com>
Closes #6640

cmd/ztest/Makefile.am

index 930a7ec3a8a76390f2969a8bba5878c5995e1368..cbfb95fd3b3324ed8a628227733333000d073692 100644 (file)
@@ -3,7 +3,7 @@ include $(top_srcdir)/config/Rules.am
 # -Wnoformat-truncation to get rid of compiler warning for unchecked
 #  truncating snprintfs on gcc 7.1.1.
 AM_CFLAGS += $(DEBUG_STACKFLAGS) $(FRAME_LARGER_THAN) $(NO_FORMAT_TRUNCATION)
-AM_CPPFLAGS += -DDEBUG
+AM_CPPFLAGS += -DDEBUG -UNDEBUG
 
 DEFAULT_INCLUDES += \
        -I$(top_srcdir)/include \