]> granicus.if.org Git - zfs/blobdiff - cmd/ztest/Makefile.am
OpenZFS 9962 - zil_commit should omit cache thrash
[zfs] / cmd / ztest / Makefile.am
index 930a7ec3a8a76390f2969a8bba5878c5995e1368..55af416805949c772152866979ebd1de8932afb0 100644 (file)
@@ -1,9 +1,13 @@
 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
+# Get rid of compiler warning for unchecked truncating snprintfs on gcc 7.1.1
+AM_CFLAGS += $(NO_FORMAT_TRUNCATION)
+
+# Includes kernel code, generate warnings for large stack frames
+AM_CFLAGS += $(FRAME_LARGER_THAN)
+
+# Unconditionally enable ASSERTs
+AM_CPPFLAGS += -DDEBUG -UNDEBUG
 
 DEFAULT_INCLUDES += \
        -I$(top_srcdir)/include \
@@ -16,7 +20,6 @@ ztest_SOURCES = \
 
 ztest_LDADD = \
        $(top_builddir)/lib/libnvpair/libnvpair.la \
-       $(top_builddir)/lib/libzfs/libzfs.la \
        $(top_builddir)/lib/libzpool/libzpool.la
 
 ztest_LDADD += -lm