diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2020-03-03 12:56:15 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2020-03-03 12:56:15 +0000 |
commit | b2dcd7927c415db235d12ae921d35c3e57779584 (patch) | |
tree | 9b47606be4df16d47655e2b06e949876ce23056c /mail/rspamd-devel | |
parent | 88be83645d3d1fd15b3db7c16b84b0a8be575681 (diff) | |
download | freebsd-ports-b2dcd7927c415db235d12ae921d35c3e57779584.zip |
Ports MUST NOT set WITH_DEBUG.
WITH_DEBUG is a user facing variable. When a user wants to build a port
with debugging symbols enabled, they either set WITH_DEBUG globally, or
WITH_DEBUG_PORTS+=category/port.
Approved by: bapt
With hat: portmgr
Differential Revision: https://reviews.freebsd.org/D23940
Diffstat (limited to 'mail/rspamd-devel')
-rw-r--r-- | mail/rspamd-devel/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/rspamd-devel/Makefile b/mail/rspamd-devel/Makefile index df4e5d928b94..0d6ac9c3bd08 100644 --- a/mail/rspamd-devel/Makefile +++ b/mail/rspamd-devel/Makefile @@ -59,7 +59,6 @@ USE_GITHUB= yes GH_TAGNAME= 2939a82 DEBUG_FLAGS= -g -O0 -WITH_DEBUG= yes USE_RC_SUBR= rspamd |