Temporarily put STRIP back; bsd.port.mk still needs it.
This commit is contained in:
parent
4c25ae5742
commit
fe670e467a
@ -158,6 +158,10 @@ NLSMODE?= ${NOBINMODE}
|
||||
INCLUDEDIR?= /usr/include
|
||||
|
||||
# Common variables
|
||||
.if !defined(DEBUG_FLAGS)
|
||||
STRIP?= -s
|
||||
.endif
|
||||
|
||||
COMPRESS_CMD?= gzip -cn
|
||||
COMPRESS_EXT?= .gz
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user