Skip to content

Commit

Permalink
bootstrap.sh: DEBUG: pretty-print RbConfig Hash
Browse files Browse the repository at this point in the history
  • Loading branch information
trinitronx committed Feb 5, 2025
1 parent d254243 commit 012d611
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bootstrap-scripts/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -502,6 +502,8 @@ function debug_apple_arch() {
ruby -r rbconfig -e "puts RbConfig::CONFIG['CXX']"
printf "rbconfig CFLAGS: "
ruby -r rbconfig -e "puts RbConfig::CONFIG['CFLAGS']"
printf "Entire RbConfig::CONFIG: "
ruby -r rbconfig -r pp -e "pp RbConfig::CONFIG"
printf "Built ruby arch: "
file $(which ruby)
printf "Built libruby arch: "
Expand Down

0 comments on commit 012d611

Please sign in to comment.