Try to enable LTO by default
This commit is contained in:
parent
196f6dd233
commit
3b595db9eb
36
.github/workflows/osrm-backend.yml
vendored
36
.github/workflows/osrm-backend.yml
vendored
@ -189,15 +189,15 @@ jobs:
|
|||||||
# OSRM_CONNECTION_RETRIES: 10
|
# OSRM_CONNECTION_RETRIES: 10
|
||||||
# OSRM_CONNECTION_EXP_BACKOFF_COEF: 1.5
|
# OSRM_CONNECTION_EXP_BACKOFF_COEF: 1.5
|
||||||
|
|
||||||
- name: clang-15-release
|
# - name: clang-15-release
|
||||||
continue-on-error: false
|
# continue-on-error: false
|
||||||
node: 18
|
# node: 18
|
||||||
runs-on: ubuntu-22.04
|
# runs-on: ubuntu-22.04
|
||||||
BUILD_TOOLS: ON
|
# BUILD_TOOLS: ON
|
||||||
BUILD_TYPE: Release
|
# BUILD_TYPE: Release
|
||||||
CCOMPILER: clang-15
|
# CCOMPILER: clang-15
|
||||||
CXXCOMPILER: clang++-15
|
# CXXCOMPILER: clang++-15
|
||||||
CUCUMBER_TIMEOUT: 60000
|
# CUCUMBER_TIMEOUT: 60000
|
||||||
|
|
||||||
# - name: clang-15-debug
|
# - name: clang-15-debug
|
||||||
# continue-on-error: false
|
# continue-on-error: false
|
||||||
@ -261,15 +261,15 @@ jobs:
|
|||||||
# CXXCOMPILER: clang++-15
|
# CXXCOMPILER: clang++-15
|
||||||
# ENABLE_CONAN: ON
|
# ENABLE_CONAN: ON
|
||||||
|
|
||||||
# - name: gcc-14-release
|
- name: gcc-14-release
|
||||||
# continue-on-error: false
|
continue-on-error: false
|
||||||
# node: 20
|
node: 20
|
||||||
# runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
# BUILD_TOOLS: ON
|
BUILD_TOOLS: ON
|
||||||
# BUILD_TYPE: Release
|
BUILD_TYPE: Release
|
||||||
# CCOMPILER: gcc-14
|
CCOMPILER: gcc-14
|
||||||
# CXXCOMPILER: g++-14
|
CXXCOMPILER: g++-14
|
||||||
# CXXFLAGS: '-Wno-array-bounds -Wno-uninitialized'
|
CXXFLAGS: '-Wno-array-bounds -Wno-uninitialized'
|
||||||
|
|
||||||
# - name: gcc-13-release
|
# - name: gcc-13-release
|
||||||
# continue-on-error: false
|
# continue-on-error: false
|
||||||
|
Loading…
Reference in New Issue
Block a user