Date: Thu, 11 Nov 2021 16:37:45 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 7cd3e4c45a13 - main - www/firefox: simplify LTO-by-default logic after a00ebad2641e Message-ID: <202111111637.1ABGbjjS020704@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=7cd3e4c45a13362bd8346aa5b7cc9d69ddcd1525 commit 7cd3e4c45a13362bd8346aa5b7cc9d69ddcd1525 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2021-11-11 16:30:46 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2021-11-11 16:37:05 +0000 www/firefox: simplify LTO-by-default logic after a00ebad2641e --- www/firefox/Makefile.options | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/www/firefox/Makefile.options b/www/firefox/Makefile.options index 361699a65794..787ffd580ecc 100644 --- a/www/firefox/Makefile.options +++ b/www/firefox/Makefile.options @@ -5,9 +5,9 @@ OPTIONS_DEFINE+= CANBERRA DBUS DEBUG FFMPEG \ OPTIONS_DEFAULT+= DBUS FFMPEG OPTIMIZED_CFLAGS PROFILE \ ${OPTIONS_GROUP_AUDIO:NALSA} -OPTIONS_DEFAULT_aarch64+= ${${DISTVERSION:R:R} >= 86:?LTO:} -OPTIONS_DEFAULT_amd64+= ${${DISTVERSION:R:R} >= 86:?LTO:} -OPTIONS_DEFAULT_powerpc64le+= ${${DISTVERSION:R:R} >= 86:?LTO:} +OPTIONS_DEFAULT_aarch64+= LTO +OPTIONS_DEFAULT_amd64+= LTO +OPTIONS_DEFAULT_powerpc64le+= LTO OPTIONS_GROUP+= AUDIO OPTIONS_GROUP_AUDIO= ALSA JACK PULSEAUDIO SNDIOhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111111637.1ABGbjjS020704>
