Skip to content

Commit ed87a57

Browse files
committed
Merge branch 'master' of github.com:pmmp/ext-chunkutils2
2 parents 87ed055 + 343a1d9 commit ed87a57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
zts: [enable, disable]
2323

2424
env:
25-
CFLAGS: "-march=x86-64"
26-
CXXFLAGS: "-march=x86-64"
25+
CFLAGS: "-march=x86-64 -ftree-vectorize -fopt-info-vec"
26+
CXXFLAGS: "-march=x86-64 -ftree-vectorize -fopt-info-vec"
2727
steps:
2828
- uses: actions/checkout@v4
2929

0 commit comments

Comments
 (0)