Use LTO by default
This commit is contained in:
parent
48b4039d76
commit
1e7aa9c2c3
18
.github/workflows/osrm-backend.yml
vendored
18
.github/workflows/osrm-backend.yml
vendored
@ -254,15 +254,15 @@ jobs:
|
|||||||
# ENABLE_CONAN: ON
|
# ENABLE_CONAN: ON
|
||||||
# ENABLE_SANITIZER: ON
|
# ENABLE_SANITIZER: ON
|
||||||
|
|
||||||
# - name: conan-linux-release
|
- name: conan-linux-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
|
||||||
# ENABLE_CONAN: ON
|
ENABLE_CONAN: ON
|
||||||
|
|
||||||
- name: gcc-14-release
|
- name: gcc-14-release
|
||||||
continue-on-error: false
|
continue-on-error: false
|
||||||
|
Loading…
Reference in New Issue
Block a user