Skip to content

Commit

Permalink
suppress stdout during make
Browse files Browse the repository at this point in the history
  • Loading branch information
bitcoin-tools authored Oct 5, 2024
1 parent 438aacd commit 7896588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodebuilder
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ compile_bitcoin_from_source()
gmake --jobs "${SYS_CORES_PLUS_ONE}" > /dev/null 2>&1
;;
*)
make --jobs "${SYS_CORES_PLUS_ONE}"
make --jobs "${SYS_CORES_PLUS_ONE}" > /dev/null 2>&1
;;
esac

Expand Down

0 comments on commit 7896588

Please sign in to comment.