Catch up with Mk/bsd.port.mk 1.553.

This commit is contained in:
Mark Linimon 2007-02-20 22:20:55 +00:00
parent 5e662d1489
commit 86e95a8bce
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=185582

View File

@ -1717,7 +1717,7 @@ CFLAGS:= ${CFLAGS:C/${_CPUCFLAGS}//}
.if defined(WITH_DEBUG) && !defined(WITHOUT_DEBUG)
STRIP= #none
STRIP_CMD= #none
STRIP_CMD= ${TRUE}
DEBUG_FLAGS?= -g
CFLAGS:= ${CFLAGS:N-O*:N-fno-strict*} ${DEBUG_FLAGS}
.endif