We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 87ed055 + 343a1d9 commit ed87a57Copy full SHA for ed87a57
1 file changed
.github/workflows/ci.yml
@@ -22,8 +22,8 @@ jobs:
22
zts: [enable, disable]
23
24
env:
25
- CFLAGS: "-march=x86-64"
26
- CXXFLAGS: "-march=x86-64"
+ CFLAGS: "-march=x86-64 -ftree-vectorize -fopt-info-vec"
+ CXXFLAGS: "-march=x86-64 -ftree-vectorize -fopt-info-vec"
27
steps:
28
- uses: actions/checkout@v4
29
0 commit comments