diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-02-20 15:30:54 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-02-20 15:30:54 +0000 |
commit | 1f93c53266d8b266dbe6964164f6aeb4a737c4f9 (patch) | |
tree | e1c055c92ed7e867b067452a847597b0aa777125 | |
parent | e6cede8425c458048b406acbc79909d9413d3229 (diff) | |
download | ports-1f93c53266d8b266dbe6964164f6aeb4a737c4f9.tar.gz ports-1f93c53266d8b266dbe6964164f6aeb4a737c4f9.zip |
Notes
-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 12a0d7245615..937ea6d143c7 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -1644,7 +1644,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 |