Skip to content

Commit

Permalink
build: Disable miner for Windows binaries built via Guix
Browse files Browse the repository at this point in the history
  • Loading branch information
UdjinM6 committed Jan 6, 2024
1 parent 2e4b9e2 commit 643c298
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/guix/libexec/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ mkdir -p "$OUTDIR"
CONFIGFLAGS+=" --enable-reduce-exports --disable-bench --disable-gui-tests --disable-fuzz-binary"
case "$HOST" in
*linux*) CONFIGFLAGS+=" --disable-threadlocal" ;;
*mingw*) CONFIGFLAGS+=" --disable-miner" ;;
esac

# CFLAGS
Expand Down

0 comments on commit 643c298

Please sign in to comment.