FreeBSD Bugzilla – Attachment 234766 Details for
Bug 264340
databases/mongodb50: Fails to link with LTO: c++: error: unable to execute command: Killed
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
disable LTO
mongodb50.nolto.diff (text/plain), 635 bytes, created by
Ronald Klop
on 2022-06-18 09:54:32 UTC
(
hide
)
Description:
disable LTO
Filename:
MIME Type:
Creator:
Ronald Klop
Created:
2022-06-18 09:54:32 UTC
Size:
635 bytes
patch
obsolete
>diff --git a/databases/mongodb50/Makefile b/databases/mongodb50/Makefile >index 349b57e1864f..d170ac36b54a 100644 >--- a/databases/mongodb50/Makefile >+++ b/databases/mongodb50/Makefile >@@ -50,10 +50,9 @@ USERS= mongodb > GROUPS= mongodb > > OPTIONS_DEFINE= LTO SASL SSL >-OPTIONS_DEFAULT= LTO SASL SSL >-OPTIONS_EXCLUDE_aarch64= ${OPTIONS_EXCLUDE_${ARCH}_${OSREL:R}} >-OPTIONS_EXCLUDE_aarch64_14= LTO # Does not work with llvm12/llvm13 on aarch64. >+OPTIONS_DEFAULT= SASL SSL > >+# Building MongoDB with LTO uses a lot of memory (32+ GB on amd64 is reported) > LTO_MAKE_ARGS= --lto=on > > SASL_LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2
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
Flags:
ronald-lists
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 264340
:
234403
| 234766 |
235252