Try to enable LTO by default
This commit is contained in:
parent
3b595db9eb
commit
465fd4c268
8
.github/workflows/osrm-backend.yml
vendored
8
.github/workflows/osrm-backend.yml
vendored
@ -636,10 +636,10 @@ jobs:
|
|||||||
needs: [format-taginfo-docs]
|
needs: [format-taginfo-docs]
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
env:
|
env:
|
||||||
CCOMPILER: clang-13
|
CCOMPILER: gcc-14 #clang-13
|
||||||
CXXCOMPILER: clang++-13
|
CXXCOMPILER: g++-14 #clang++-13
|
||||||
CC: clang-13
|
CC: gcc-14 #clang-13
|
||||||
CXX: clang++-13
|
CXX: g++-14 #clang++-13
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
PR_NUMBER: ${{ github.event.pull_request.number }}
|
PR_NUMBER: ${{ github.event.pull_request.number }}
|
||||||
GITHUB_REPOSITORY: ${{ github.repository }}
|
GITHUB_REPOSITORY: ${{ github.repository }}
|
||||||
|
Loading…
Reference in New Issue
Block a user