Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmake: allow CURL_LTO regardless of CURL_BUILD_TYPE, enable in CI #15829

Closed
wants to merge 3 commits into from

Conversation

vszakats
Copy link
Member

@vszakats vszakats commented Dec 24, 2024

Before this patch CURL_LTO only applied to builds explicitly
configured for Release or RelWithDebInfo via CURL_BUILD_TYPE.

After this patch it enables LTO regardess of build type.

Also:

  • GHA/linux: enable LTO in an existing job.

Follow-up to 4ccf762 #4799

Before this patch `CURL_LTO` only applied to builds explicitly
configured for `Release` or `RelWithDebInfo` via `CURL_BUILD_TYPE`.

After this patch it enables LTO regardess of build type.

Follow-up to 4ccf762 curl#4799
@github-actions github-actions bot added the CI Continuous Integration label Dec 24, 2024
@vszakats vszakats changed the title cmake: allow CURL_LTO regardless of CURL_BUILD_TYPE cmake: allow CURL_LTO regardless of CURL_BUILD_TYPE, enable in CI Dec 24, 2024
@vszakats vszakats closed this in a1eaa12 Dec 25, 2024
@vszakats vszakats deleted the cm-extend-CURL_LTO branch December 25, 2024 20:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

1 participant