summaryrefslogtreecommitdiffstats
path: root/cddl/usr.bin/ztest/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cddl/usr.bin/ztest/Makefile')
-rw-r--r--cddl/usr.bin/ztest/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/cddl/usr.bin/ztest/Makefile b/cddl/usr.bin/ztest/Makefile
index 965300e..370eacb5 100644
--- a/cddl/usr.bin/ztest/Makefile
+++ b/cddl/usr.bin/ztest/Makefile
@@ -25,7 +25,8 @@ LDADD= -lgeom -lm -lnvpair -lumem -lzpool -lpthread -lavl -lzfs_core -lzfs \
CSTD= c99
-CFLAGS+= -DDEBUG=1
-#DEBUG_FLAGS+= -g
+# Since there are many asserts in this program, it makes no sense to compile
+# it without debugging.
+CFLAGS+= -g -DDEBUG=1
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud