mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-05 18:05:16 +00:00
Drop -g from CFLAGS for zfsd(8). No idea why it was ever there.
Reviewed by: kib, ngie, asomers MFC after: 2 weeks Sponsored by: DARPA, AFRL Differential Revision: https://reviews.freebsd.org/D19915
This commit is contained in:
parent
84b89556b4
commit
b9d89f5e2f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=346270
@ -30,7 +30,7 @@ INCFLAGS+= -I${SRCTOP}/sys/cddl/contrib/opensolaris/uts/common
|
||||
INCFLAGS+= -I${SRCTOP}/sys/cddl/contrib/opensolaris/uts/common/fs/zfs
|
||||
INCFLAGS+= -I${SRCTOP}/cddl/usr.sbin
|
||||
|
||||
CFLAGS+= -g -DNEED_SOLARIS_BOOLEAN ${INCFLAGS}
|
||||
CFLAGS+= -DNEED_SOLARIS_BOOLEAN ${INCFLAGS}
|
||||
|
||||
LIBADD+= devdctl zfs zfs_core util geom bsdxml sbuf nvpair uutil
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user