Skip to content

Commit a4b527a

Browse files
committed
Enable secp256k1 recovery module in Windows build
1 parent 4b96587 commit a4b527a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,9 @@ jobs:
9898
pacman --noconfirm -S mingw-w64-x86_64-autotools
9999
cmake -S . -B build -G "Unix Makefiles" \
100100
-DCMAKE_TOOLCHAIN_FILE=../cmake/x86_64-w64-mingw32.toolchain.cmake \
101-
-DCMAKE_BUILD_TYPE=Release \
101+
-DCMAKE_BUILD_TYPE=MinSizeRel \
102102
-DCMAKE_INSTALL_PREFIX=/mingw64 \
103-
-DENABLE_MODULE_SCHNORRSIG=ON \
104-
-DENABLE_MODULE_RECOVERY=ON
103+
-DSECP256K1_ENABLE_MODULE_RECOVERY=ON
105104
cmake --build build --target all
106105
cmake --build build --target test
107106
cmake --build build --target install

0 commit comments

Comments
 (0)