From 1e7aa9c2c366a4345344010fea74b0fa78d41afe Mon Sep 17 00:00:00 2001 From: Siarhei Fedartsou Date: Sat, 22 Jun 2024 16:11:22 +0200 Subject: [PATCH] Use LTO by default --- .github/workflows/osrm-backend.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/osrm-backend.yml b/.github/workflows/osrm-backend.yml index bf00b4216..20c371a72 100644 --- a/.github/workflows/osrm-backend.yml +++ b/.github/workflows/osrm-backend.yml @@ -254,15 +254,15 @@ jobs: # ENABLE_CONAN: ON # ENABLE_SANITIZER: ON - # - name: conan-linux-release - # continue-on-error: false - # node: 18 - # runs-on: ubuntu-22.04 - # BUILD_TOOLS: ON - # BUILD_TYPE: Release - # CCOMPILER: clang-15 - # CXXCOMPILER: clang++-15 - # ENABLE_CONAN: ON + - name: conan-linux-release + continue-on-error: false + node: 18 + runs-on: ubuntu-22.04 + BUILD_TOOLS: ON + BUILD_TYPE: Release + CCOMPILER: clang-15 + CXXCOMPILER: clang++-15 + ENABLE_CONAN: ON - name: gcc-14-release continue-on-error: false