Skip to content

Improve linker flags for kernel extensions on macOS#5789

Merged
fingolfin merged 1 commit into
gap-system:masterfrom
fingolfin:mh/macos-GAC_LDFLAGS
Sep 5, 2024
Merged

Improve linker flags for kernel extensions on macOS#5789
fingolfin merged 1 commit into
gap-system:masterfrom
fingolfin:mh/macos-GAC_LDFLAGS

Conversation

@fingolfin
Copy link
Copy Markdown
Member

This resolves some issues for me with using GAP-in-Julia.

- don't use a bundle loader (esp. for installed GAP)
- don't use flat namespace, instead use dynamic lookup
- use `-Wl,-no_fixup_chains` to avoid warnings (and resolve
  potential issues) with certain Xcode versions, see
  <python/cpython#97524>
@fingolfin fingolfin added topic: build system release notes: use title For PRs: the title of this PR is suitable for direct use in the release notes backport-to-4.13 labels Sep 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release notes: use title For PRs: the title of this PR is suitable for direct use in the release notes topic: build system

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants