Date: Sun, 23 Jun 2024 18:39:42 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 279585] lang/python311: Improve build times Message-ID: <bug-279585-21822-ihfEILyoXV@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-279585-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-279585-21822@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D279585 --- Comment #4 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=3Da7cf5f2a3a2c8adb21d4cdb5a8ed6dd= 48a636b5d 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=3Dthin 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(-) --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-279585-21822-ihfEILyoXV>