Skip to content

Commit fe9fbbb

Browse files
committed
Use "-pipe" option for gcc-15 and latest clang
1 parent 6080373 commit fe9fbbb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ jobs:
135135
# Linux, gcc-15
136136
- toolset: gcc-15
137137
cxxstd: "11,14,17,20,23,2c"
138+
cxxflags: -pipe
138139
os: ubuntu-latest
139140
container: ubuntu:26.04
140141
install: g++-15-multilib
@@ -325,13 +326,15 @@ jobs:
325326
- toolset: clang
326327
compiler: clang++-19
327328
cxxstd: "03,11,14,17,20,2b"
329+
cxxflags: -pipe
328330
container: ubuntu:24.04
329331
os: ubuntu-latest
330332
install: clang-19
331333
# Linux, clang-20
332334
- toolset: clang
333335
compiler: clang++-20
334336
cxxstd: "11,14,17,20,23,2c"
337+
cxxflags: -pipe
335338
container: ubuntu:26.04
336339
os: ubuntu-latest
337340
install: clang-20

0 commit comments

Comments
 (0)