Kill another -fno-strict-aliasing.
Generated code is same with/without.
This commit is contained in:
parent
17e0569b61
commit
08df494e80
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.16 2013/08/11 03:49:24 dholland Exp $
|
||||
# $NetBSD: Makefile,v 1.17 2016/06/15 14:08:24 riastradh Exp $
|
||||
# @(#)Makefile 8.1 (Berkeley) 6/18/93
|
||||
|
||||
WARNS?= 3 # XXX -Wsign-compare
|
||||
|
@ -10,8 +10,4 @@ SRCS= dumplfs.c lfs_cksum.c misc.c
|
|||
.PATH: ${NETBSDSRCDIR}/sys/ufs/lfs
|
||||
MAN= dumplfs.8
|
||||
|
||||
.if defined(HAVE_LLVM)
|
||||
COPTS+= -fno-strict-aliasing
|
||||
.endif
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
Loading…
Reference in New Issue