From c232e6080974541f0e18d842e5c3d68657df2858 Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Sun, 6 Mar 2022 20:47:43 +0000 Subject: www/firefox: disable LTO on powerpc64le Disable for now to fix runtime. Firefox segfaults at startup with LTO. --- www/firefox/Makefile.options | 1 - 1 file changed, 1 deletion(-) diff --git a/www/firefox/Makefile.options b/www/firefox/Makefile.options index 787ffd580ecc..a277e8f44d1e 100644 --- a/www/firefox/Makefile.options +++ b/www/firefox/Makefile.options @@ -7,7 +7,6 @@ OPTIONS_DEFAULT+= DBUS FFMPEG OPTIMIZED_CFLAGS PROFILE \ ${OPTIONS_GROUP_AUDIO:NALSA} OPTIONS_DEFAULT_aarch64+= LTO OPTIONS_DEFAULT_amd64+= LTO -OPTIONS_DEFAULT_powerpc64le+= LTO OPTIONS_GROUP+= AUDIO OPTIONS_GROUP_AUDIO= ALSA JACK PULSEAUDIO SNDIO -- cgit v1.2.3