]> granicus.if.org Git - zfs/blobdiff - cmd/ztest/Makefile.am
OpenZFS 9962 - zil_commit should omit cache thrash
[zfs] / cmd / ztest / Makefile.am
index 5167d0c1d86e7d1dcaa7e5f0d628c2e390aa9a33..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,9 +20,7 @@ ztest_SOURCES = \
 
 ztest_LDADD = \
        $(top_builddir)/lib/libnvpair/libnvpair.la \
-       $(top_builddir)/lib/libuutil/libuutil.la \
-       $(top_builddir)/lib/libzpool/libzpool.la \
-       $(top_builddir)/lib/libzfs/libzfs.la \
-       $(top_builddir)/lib/libzfs_core/libzfs_core.la
+       $(top_builddir)/lib/libzpool/libzpool.la
 
 ztest_LDADD += -lm
+ztest_LDFLAGS = -pthread