mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-29 16:40:38 +08:00
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:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user