mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-01 12:19:28 +00:00
Temporarily put STRIP back; bsd.port.mk still needs it.
This commit is contained in:
parent
4c25ae5742
commit
fe670e467a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=125494
@ -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