We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b96587 commit a4b527aCopy full SHA for a4b527a
.github/workflows/build.yaml
@@ -98,10 +98,9 @@ jobs:
98
pacman --noconfirm -S mingw-w64-x86_64-autotools
99
cmake -S . -B build -G "Unix Makefiles" \
100
-DCMAKE_TOOLCHAIN_FILE=../cmake/x86_64-w64-mingw32.toolchain.cmake \
101
- -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_BUILD_TYPE=MinSizeRel \
102
-DCMAKE_INSTALL_PREFIX=/mingw64 \
103
- -DENABLE_MODULE_SCHNORRSIG=ON \
104
- -DENABLE_MODULE_RECOVERY=ON
+ -DSECP256K1_ENABLE_MODULE_RECOVERY=ON
105
cmake --build build --target all
106
cmake --build build --target test
107
cmake --build build --target install
0 commit comments