Date: Tue, 15 Feb 2022 17:10:24 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 261974] lang/python311: add --enable-lto Message-ID: <bug-261974-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261974 Bug ID: 261974 Summary: lang/python311: add --enable-lto Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: python@FreeBSD.org Reporter: pkubaj@FreeBSD.org Flags: maintainer-feedback?(python@FreeBSD.org) Assignee: python@FreeBSD.org Off for riscv64 and powerpc64. configure.ac checks $CC, so we need to set it to clang if $CC =3D=3D cc. LD takes around 300MB for linking so it should be ok to enable it even for = 32 bit architectures. This patch should also be merged to older Python. At least 3.10 and 3.9 sho= uld build with LTO. It would be nice if it's done before 3.9 is made the defaul= t. --=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-261974-7788>