Skip to content

Commit

Permalink
[ci] Debug wheel-build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkerl committed Apr 4, 2024
1 parent c6a6bcc commit 6ffb3e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bld
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ if [ "$(uname -m)" == "aarch64" ]; then
fi

# NOTE: set to true to debug the cmake build
if false; then
if true; then
# Debug note: this is _incredibly_ helpful in that it reveals the actual compile lines etc which
# make itself shows by default but which cmake-driven make hides by default. Use this for any
# non-trivial cmake debugging.
Expand Down

0 comments on commit 6ffb3e7

Please sign in to comment.