mirror of
https://abf.rosa.ru/djam/chromium-browser-stable-slava86.git
synced 2025-02-24 07:52:54 +00:00
Disabled thin LTO on x86_64 (that's not a good idea, I think)
This commit is contained in:
parent
af86f9893a
commit
7f818fe09f
1 changed files with 1 additions and 1 deletions
|
@ -406,7 +406,7 @@ export LDFLAGS="$LDFLAGS -Wl,-znotext"
|
|||
# If both gold and lld are false, GNU BFD ld is used.
|
||||
#define linker_args use_gold=false use_lld=false is_cfi=false use_thin_lto=false
|
||||
# With GNU BFD ld linker, 4 GB RAM per worker on ABF really is not enough, linking takes ages
|
||||
%define linker_args use_lld=true
|
||||
%define linker_args use_lld=true is_cfi=false use_thin_lto=false
|
||||
%endif
|
||||
%endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue