summaryrefslogtreecommitdiff
path: root/usr/src/lib/libzpool/Makefile.com
diff options
context:
space:
mode:
authorMadhav Suresh <madhav.suresh@delphix.com>2012-09-07 07:19:55 -0700
committerMadhav Suresh <madhav.suresh@delphix.com>2012-09-07 07:19:55 -0700
commitfb09f5aad449c97fe309678f3f604982b563a96f (patch)
tree15d32fed4b2f5ee38e93c427ebbff211670e9899 /usr/src/lib/libzpool/Makefile.com
parent7894022e4e9cf70fb564b6c5c78c24ee1903e5fe (diff)
downloadillumos-joyent-fb09f5aad449c97fe309678f3f604982b563a96f.tar.gz
3006 VERIFY[S,U,P] and ASSERT[S,U,P] frequently check if first argument is zero
Reviewed by Matt Ahrens <matthew.ahrens@delphix.com> Reviewed by George Wilson <george.wilson@delphix.com> Approved by Eric Schrock <eric.schrock@delphix.com>
Diffstat (limited to 'usr/src/lib/libzpool/Makefile.com')
-rw-r--r--usr/src/lib/libzpool/Makefile.com5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr/src/lib/libzpool/Makefile.com b/usr/src/lib/libzpool/Makefile.com
index 571881a47e..2485f7350f 100644
--- a/usr/src/lib/libzpool/Makefile.com
+++ b/usr/src/lib/libzpool/Makefile.com
@@ -20,6 +20,7 @@
#
#
# Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2012 by Delphix. All rights reserved.
#
LIBRARY= libzpool.a
@@ -57,9 +58,9 @@ C99MODE= -xc99=%all
C99LMODE= -Xc99=%all
CFLAGS += -g $(CCVERBOSE) $(CNOGLOBAL)
-CFLAGS64 += -g $(CCVERBOSE) $(CNOGLOBAL)
+CFLAGS64 += -g $(CCVERBOSE) $(CNOGLOBAL)
LDLIBS += -lcmdutils -lumem -lavl -lnvpair -lz -lc -lsysevent -lmd
-CPPFLAGS += $(INCS)
+CPPFLAGS += $(INCS) -DDEBUG
.KEEP_STATE: