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

Remove unneeded coroutines flags #1808

Merged
merged 1 commit into from
Nov 23, 2024

Conversation

njfox
Copy link
Contributor

@njfox njfox commented Nov 22, 2024

clang and gcc appear to have both enabled coroutines by default, and the removal of the -fcoroutines-ts flag in clang was causing compilation errors. This PR simply removes the coroutines CXX flags as they're no longer needed and cause errors in some configurations.

The following systems and compilers were tested and found to work with this change:

Arch Linux

  • gcc 14
  • clang 18

Ubuntu 24.04

  • gcc 13
  • gcc 12
  • gcc 11
  • clang 17
  • clang 16
  • clang 15

@nicolasnoble nicolasnoble merged commit 1e54cbf into grumpycoders:main Nov 23, 2024
17 of 18 checks passed
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.

2 participants