Skip to content

Commit

Permalink
Merge pull request #8840 from cms-sw/smuzaffar-patch-3
Browse files Browse the repository at this point in the history
[LTO] Improve link time by using multiple process for linking
  • Loading branch information
smuzaffar authored Nov 30, 2023
2 parents 8dac370 + 7344e89 commit 539f3b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion compilation_flags_lto.file
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
%define enable_lto 0
%endif
%if "%{enable_lto}" == "1"
%define lto_build_flags -flto -fipa-icf -flto-odr-type-merging -fno-fat-lto-objects -Wodr
%define lto_build_flags -flto=auto -fipa-icf -flto-odr-type-merging -fno-fat-lto-objects -Wodr
%else
%define lto_build_flags %{nil}
%endif
2 changes: 1 addition & 1 deletion scram-project-build.file
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ BuildRequires: dwz
%endif

%if "%{?configtag:set}" != "set"
%define configtag V09-01-05
%define configtag V09-01-06
%endif

%if "%{?buildarch:set}" != "set"
Expand Down

0 comments on commit 539f3b8

Please sign in to comment.