Avoid GNU linker LTO warnings in Github workflows

Stop linker emitting warnings such as

  lto-wrapper: warning: using serial compilation of n LTRANS jobs

Change-Id: Ic933ef7b45955eabfa5b06e88cd195077ff9fc86
This commit is contained in:
Sergiu Deitsch
2025-02-17 18:58:04 +01:00
parent 5121022789
commit cd8c1074b2
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -111,7 +111,7 @@ jobs:
- name: Setup Build Environment
if: matrix.build_type == 'Release'
run: |
echo 'CXXFLAGS=-flto' >> $GITHUB_ENV
echo 'CXXFLAGS=-flto=auto' >> $GITHUB_ENV
- name: Setup Runtime Environment
run: |