git: 52c262c12229 - main - www/firefox: tentatively enable LTO by default on aarch64

Jan Beich jbeich at FreeBSD.org
Tue May 11 17:55:56 UTC 2021


The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=52c262c1222998155d33d35e4eb0dd12942be5c5

commit 52c262c1222998155d33d35e4eb0dd12942be5c5
Author:     Jan Beich <jbeich at FreeBSD.org>
AuthorDate: 2021-05-06 16:15:10 +0000
Commit:     Jan Beich <jbeich at FreeBSD.org>
CommitDate: 2021-05-11 17:52:58 +0000

    www/firefox: tentatively enable LTO by default on aarch64
    
    Untested but LTO on aarch64 works fine in other ports.
    Waiting for the package cluster to confirm (on -CURRENT).
---
 www/firefox/Makefile.options | 1 +
 1 file changed, 1 insertion(+)

diff --git a/www/firefox/Makefile.options b/www/firefox/Makefile.options
index 5687477a34d7..0e1f1ae7033d 100644
--- a/www/firefox/Makefile.options
+++ b/www/firefox/Makefile.options
@@ -5,6 +5,7 @@ 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_GROUP+=		AUDIO


More information about the dev-commits-ports-all mailing list