git: 5e5057a72351 - main - Mk/bsd.options.desc.mk: Add TCMALLOC_DESC
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 06 Jun 2023 21:11:00 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=5e5057a72351be80d662d91d7d346db727d8726d commit 5e5057a72351be80d662d91d7d346db727d8726d Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-06-06 19:45:50 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-06-06 21:10:56 +0000 Mk/bsd.options.desc.mk: Add TCMALLOC_DESC ... because it is quite common. --- Mk/bsd.options.desc.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/Mk/bsd.options.desc.mk b/Mk/bsd.options.desc.mk index 5a25fe129e8a..809e000459db 100644 --- a/Mk/bsd.options.desc.mk +++ b/Mk/bsd.options.desc.mk @@ -486,6 +486,7 @@ SYSLOG_DESC?= Syslog logging support SZIP_DESC?= Szip compression support TCL_DESC?= Tcl scripting language support TCLTK_DESC?= Tcl/Tk GUI toolkit support +TCMALLOC_DESC?= Use google perftools memory allocator TELNET_DESC?= Telnet support TEST_DESC?= Build and/or run tests TFTP_DESC?= TFTP support