Skip to content

Commit

Permalink
HACKs print linker info
Browse files Browse the repository at this point in the history
I think we're running an old buggy linker in GitHub Actions.
Let's print the linker info to help debug this.
  • Loading branch information
indygreg committed Feb 22, 2024
1 parent 1424498 commit 980ec06
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cpython-unix/targets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ aarch64-apple-darwin:
- '-Wno-undef-prefix'
- '-fvisibility=hidden'
target_ldflags:
- '-v'
- '-arch'
- 'arm64'
- '-mmacosx-version-min=11.0'
Expand Down Expand Up @@ -569,6 +570,7 @@ x86_64-apple-darwin:
- '-Wno-undef-prefix'
- '-fvisibility=hidden'
target_ldflags:
- '-v'
- '-arch'
- 'x86_64'
- '-mmacosx-version-min=10.9'
Expand Down

0 comments on commit 980ec06

Please sign in to comment.