mirror of
https://abf.rosa.ru/djam/chromium-browser-stable-slava86.git
synced 2025-02-24 07:52:54 +00:00
try lld + jumbo 10 on i586
This commit is contained in:
parent
bfd50434cc
commit
2ee7191501
1 changed files with 3 additions and 7 deletions
|
@ -368,13 +368,9 @@ ln -s /usr/bin/node third_party/node/linux/node-linux-x64/bin/node
|
|||
# (Alzim) 1 - localhost, 0 - ABF build
|
||||
# jumbo 0 - jumbo off, 1 -on
|
||||
%define localhost 0
|
||||
%define jumbo 0
|
||||
%define jumbo 1
|
||||
%if 0%{localhost}
|
||||
%ifarch %ix86
|
||||
%define is_limit 10
|
||||
%else
|
||||
%define is_limit 50
|
||||
%endif
|
||||
%define is_limit 100
|
||||
%else
|
||||
%define is_limit 10
|
||||
%endif
|
||||
|
@ -401,7 +397,7 @@ export NM=nm
|
|||
%ifarch %ix86
|
||||
# GNU ld linker got out of memory on i586 with jumbo is_limit=100.
|
||||
# Gold linker worked fine with jumbo is_limit=100 on i586.
|
||||
%define linker_args use_gold=true
|
||||
%define linker_args use_lld=true
|
||||
%else
|
||||
%ifarch x86_64
|
||||
# If both gold and lld are false, GNU ld is used.
|
||||
|
|
Loading…
Add table
Reference in a new issue