diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-02-19 22:31:31 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-02-19 22:31:31 +0000 |
commit | 107532bd4dfbb43814b2c2f9045b2cccb6aa5d24 (patch) | |
tree | e2cfab702992bedd56da847c108dd8f00e9cae4d /Mk | |
parent | fbb0c698e862288bfcd6ef01f0fba902afcb7d81 (diff) |
Notes
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.port.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index b7e6cac71fe2..12a0d7245615 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -1646,7 +1646,7 @@ CFLAGS:= ${CFLAGS:C/${_CPUCFLAGS}//} STRIP= #none STRIP_CMD= #none DEBUG_FLAGS?= -g -CFLAGS:= ${CFLAGS:N-O*:N-f*} ${DEBUG_FLAGS} +CFLAGS:= ${CFLAGS:N-O*:N-fno-strict*} ${DEBUG_FLAGS} .endif .if defined(NOPORTDOCS) |