aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2021-05-12 21:42:40 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2021-05-12 21:42:40 +0000
commit8cdd347e955da999d87e6deefcdf43bfcd8c5376 (patch)
treeae6ebb2651c7c3c8130450bf037f4807de61fbd5
parente01a4de40a57f8005adc476c16cfdba61c255f2f (diff)
downloadports-8cdd347e955da999d87e6deefcdf43bfcd8c5376.tar.gz
ports-8cdd347e955da999d87e6deefcdf43bfcd8c5376.zip
www/firefox: enable LTO by default on powerpc64le
It's only thin LTO, because cross LTO still fails on powerpc64le.
-rw-r--r--www/firefox/Makefile.options1
1 files changed, 1 insertions, 0 deletions
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