Disabled thin LTO on x86_64 (that's not a good idea, I think)

This commit is contained in:
Mikhail Novosyolov 2018-10-24 18:11:41 +03:00
parent af86f9893a
commit 7f818fe09f

View file

@ -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