Skip to content

Commit

Permalink
debug strip
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Aug 10, 2024
1 parent c2d15d9 commit 10babb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/guix/libexec/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ mkdir -p "$DISTSRC"
# Install built Bitcoin Core to $INSTALLPATH
case "$HOST" in
*darwin*)
make install-strip DESTDIR="${INSTALLPATH}" ${V:+V=1}
make install-strip DESTDIR="${INSTALLPATH}" V=1
;;
*)
make install DESTDIR="${INSTALLPATH}" ${V:+V=1}
Expand Down

0 comments on commit 10babb4

Please sign in to comment.