Skip to content

Commit

Permalink
More minimal bitcoin core build
Browse files Browse the repository at this point in the history
  • Loading branch information
benthecarman committed Nov 11, 2024
1 parent 58d7529 commit b2f26b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ fn configure_bitcoin() {
let status = Command::new("sh")
.arg("-c")
.arg(format!(
"cd {SOURCE_DIR} && ./autogen.sh && ./configure --with-secp256k1={out_dir}"
"cd {SOURCE_DIR} && ./autogen.sh && ./configure --with-secp256k1={out_dir} --disable-wallet --disable-tests --disable-bench --disable-gui --without-gui --disable-zmq --disable-man --disable-install-doc --disable-shared --with-pic --enable-static"
))
.status()
.expect("failed to configure Bitcoin Core");
Expand Down

0 comments on commit b2f26b4

Please sign in to comment.