Date: Wed, 12 May 2021 21:42:57 GMT From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 8cdd347e955d - main - www/firefox: enable LTO by default on powerpc64le Message-ID: <202105122142.14CLgvdn007045@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=8cdd347e955da999d87e6deefcdf43bfcd8c5376 commit 8cdd347e955da999d87e6deefcdf43bfcd8c5376 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2021-05-12 21:42:40 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2021-05-12 21:42:40 +0000 www/firefox: enable LTO by default on powerpc64le It's only thin LTO, because cross LTO still fails on powerpc64le. --- www/firefox/Makefile.options | 1 + 1 file changed, 1 insertion(+) diff --git a/www/firefox/Makefile.options b/www/firefox/Makefile.options index 0e1f1ae7033d..361699a65794 100644 --- a/www/firefox/Makefile.options +++ b/www/firefox/Makefile.options @@ -7,6 +7,7 @@ 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_GROUP+= AUDIO OPTIONS_GROUP_AUDIO= ALSA JACK PULSEAUDIO SNDIO
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105122142.14CLgvdn007045>