Skip to content

Commit

Permalink
bitcoin core: disable qt
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoerg committed Jun 17, 2024
1 parent c3824b9 commit 885c839
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 @@ -35,7 +35,7 @@ bitcoin:
cd dependencies/bitcoin && \
(test ! -f "Makefile" && \
./autogen.sh && \
CXX=$(CXX) CC=$(CC) ./configure --with-daemon=no --disable-wallet --disable-tests --disable-gui-tests --disable-bench \
CXX=$(CXX) CC=$(CC) ./configure --with-daemon=no --disable-wallet --disable-tests --disable-gui-tests --with-gui=no --disable-bench \
--with-utils=no --enable-static --disable-hardening --disable-shared --with-experimental-kernel-lib --with-sanitizers=fuzzer) || :
cd dependencies/bitcoin && $(MAKE)

Expand Down

0 comments on commit 885c839

Please sign in to comment.