FreeBSD Bugzilla – Attachment 231841 Details for
Bug 261974
lang/python3*: Enable Link Time Optimization (via autoconf)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
python311.patch (text/plain), 511 bytes, created by
Piotr Kubaj
on 2022-02-15 17:10:54 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2022-02-15 17:10:54 UTC
Size:
511 bytes
patch
obsolete
>diff 611a018bb4b6d81b97598f948a06192898359471 /usr/ports >blob - 676094889cc52a41ab705e74c8e78ae9ba75943d >file + lang/python311/Makefile >--- lang/python311/Makefile >+++ lang/python311/Makefile >@@ -88,6 +88,14 @@ PYMALLOC_CONFIGURE_WITH= pymalloc > .include "${.CURDIR}/Makefile.version" > .include <bsd.port.options.mk> > >+.if ${CC} == cc >+CC= clang >+.endif >+ >+.if ${ARCH} != powerpc64 && ${ARCH} != riscv64 >+CONFIGURE_ARGS+= --with-lto=thin >+.endif >+ > .if ${PORT_OPTIONS:MDEBUG} > ABIFLAGS:= d${ABIFLAGS} > .endif
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 261974
:
231841
|
232057