forked from Lainports/freebsd-ports
databases/mongodb70: disable LTO for now
This was the error: Checking if linker supports -flto... yes lto compilation currently only works with the --linker=gold See /wrkdirs/usr/ports/databases/mongodb70/work/mongo-r7.0.2/build/scons/config.log for details *** Error code 1 See logs for the full error: https://pkg-status.freebsd.org/beefy18/data/main-amd64-default/pecb3f8a4918b_s8818f0f112/logs/mongodb70-7.0.2.log
This commit is contained in:
parent
1b71aafbb8
commit
b895b4ead1
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ GROUPS= mongodb
|
|||
|
||||
OPTIONS_DEFINE= LTO SASL SSL NOAVX
|
||||
OPTIONS_DEFINE_aarch64= ARMV80A
|
||||
OPTIONS_DEFAULT= LTO SASL SSL
|
||||
OPTIONS_DEFAULT= SASL SSL
|
||||
|
||||
# MongoDB on non-LSE ARM cpu like Raspberry Pi can work but is unsupported upstream.
|
||||
# Can give corruption on high concurrency.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue