From fe9fbbb6ebebe8a0bc2289273fc5f53242ec50dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Sat, 6 Dec 2025 11:47:04 +0100 Subject: [PATCH] Use "-pipe" option for gcc-15 and latest clang --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c49d739..49080cc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -135,6 +135,7 @@ jobs: # Linux, gcc-15 - toolset: gcc-15 cxxstd: "11,14,17,20,23,2c" + cxxflags: -pipe os: ubuntu-latest container: ubuntu:26.04 install: g++-15-multilib @@ -325,6 +326,7 @@ jobs: - toolset: clang compiler: clang++-19 cxxstd: "03,11,14,17,20,2b" + cxxflags: -pipe container: ubuntu:24.04 os: ubuntu-latest install: clang-19 @@ -332,6 +334,7 @@ jobs: - toolset: clang compiler: clang++-20 cxxstd: "11,14,17,20,23,2c" + cxxflags: -pipe container: ubuntu:26.04 os: ubuntu-latest install: clang-20