Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 May 2021 17:55:55 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 52c262c12229 - main - www/firefox: tentatively enable LTO by default on aarch64
Message-ID:  <202105111755.14BHttlq077119@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich:

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

commit 52c262c1222998155d33d35e4eb0dd12942be5c5
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2021-05-06 16:15:10 +0000
Commit:     Jan Beich <jbeich@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105111755.14BHttlq077119>