summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorWayne Davison <wayne@opencoder.net>2020-06-18 16:27:05 -0700
committerWayne Davison <wayne@opencoder.net>2020-06-18 16:28:28 -0700
commit7fd24bef0fb5d3f7e07af433cfbdea0f00becdbc (patch)
treec15cb4bd607aa75005eb109f276a149bc0af34e9 /.github
parent1a9a184145b93614389f227657e63c9e899e4dde (diff)
downloadrsync-7fd24bef0fb5d3f7e07af433cfbdea0f00becdbc.tar.gz
Make SIMD enabled by default again (for x86_64)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ccpp.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml
index f42b09dd..0fca1602 100644
--- a/.github/workflows/ccpp.yml
+++ b/.github/workflows/ccpp.yml
@@ -18,7 +18,7 @@ jobs:
- name: prepare-source
run: ./prepare-source
- name: configure
- run: ./configure --with-included-popt --with-included-zlib --enable-simd
+ run: ./configure --with-included-popt --with-included-zlib
- name: make
run: make
- name: version-summary