Skip to content

Commit

Permalink
disable shared library
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicletz committed Feb 27, 2025
1 parent 6dfa630 commit 1f5ec38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ c_src/secp256k1/Makefile:
else \
cd c_src/secp256k1 && git fetch origin; \
fi
cd c_src/secp256k1 && git reset --hard $(SECP256K1_VERSION) && ./autogen.sh && ./configure --enable-module-recovery $(HOSTFLAG) CFLAGS="$(CFLAGS)";
cd c_src/secp256k1 && git reset --hard $(SECP256K1_VERSION) && ./autogen.sh && ./configure --disable-shared --enable-module-recovery $(HOSTFLAG) CFLAGS="$(CFLAGS)";

test:
$(MIX) eunit
Expand Down

0 comments on commit 1f5ec38

Please sign in to comment.