From e607a452bd1d889bc3f83a265201f5a238f3e895 Mon Sep 17 00:00:00 2001 From: Ed Tubbs Date: Fri, 29 Jul 2022 21:54:17 -0500 Subject: [PATCH] ci: Added sse2 scrypt option to Win64 experimental build --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 07ece0e26..0d476cd51 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -182,7 +182,7 @@ jobs: check-security: true check-symbols: false dep-opts: "AVX2=1 MINGW=1" - config-opts: "--with-intel-avx2 --enable-gui=qt5" + config-opts: "--enable-scrypt-sse2 --with-intel-avx2 --enable-gui=qt5" goal: install - name: x86_64-macos host: x86_64-apple-darwin11