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

Fixed LTO builds failing due to incorrect flags. #5451

Merged
merged 1 commit into from Jun 14, 2021

Conversation

laserbat
Copy link
Contributor

Original configuration would add -D-flto -D-flto-report to CFLAGS when building sclang, resulting in compilation failing.

Purpose and Motivation

LTO builds don't work properly with current cmake configuration, this PR fixes this issue.

Types of changes

  • Bug fix

To-do list

N/A, change is trivial.

@dyfer dyfer added the comp: build CMake build system label May 18, 2021
Original configuration would add `-D-flto -D-flto-report` to CFLAGS when building sclang, resulting in compilation failing.
@dyfer dyfer merged commit c4af1f9 into supercollider:develop Jun 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp: build CMake build system
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants