Skip to content

removed hardcoded -flto compile arg in Package.swift#463

Merged
alnitak merged 1 commit into
mainfrom
SPMfix
May 13, 2026
Merged

removed hardcoded -flto compile arg in Package.swift#463
alnitak merged 1 commit into
mainfrom
SPMfix

Conversation

@alnitak
Copy link
Copy Markdown
Owner

@alnitak alnitak commented May 13, 2026

Description

it seems that the -flto build arg is not welcome on older macOSes.

Removed it since it is safe and the plugin is still optimized using the -O3 flag.

fixes #460

Type of Change

  • ✅ Build configuration change

@alnitak alnitak merged commit 9214c2c into main May 13, 2026
1 check passed
@alnitak alnitak deleted the SPMfix branch May 13, 2026 13:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix: [SPM] [macOS/iOS] Build fails on Xcode 16+ with unable to open dependencies file due to hardcoded -flto in Package.swift

1 participant