[Bug 279585] lang/python311: Improve build times
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 279585] lang/python311: Improve build times"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 23 Jun 2024 18:39:42 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279585
--- Comment #4 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:
URL:
https://cgit.FreeBSD.org/ports/commit/?id=a7cf5f2a3a2c8adb21d4cdb5a8ed6dd48a636b5d
commit a7cf5f2a3a2c8adb21d4cdb5a8ed6dd48a636b5d
Author: Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-06-23 17:48:15 +0000
Commit: Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-06-23 18:19:18 +0000
lang/python311: Improve build times
Don't generate debug symbols by default, we discard these anyway and on my
Tigerlake laptop it reduces build time roughly by 25% with LTO enabled
Switch from -flto=thin to (fat)lto, there's no parallization so it's
actually slower and produces slightly larger binaries
PR: 279585
Approved by: portmgr (maintainer timeout, 2+ weeks)
lang/python311/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
You are receiving this mail because:
You are the assignee for the bug.