-
-
Notifications
You must be signed in to change notification settings - Fork 480
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
rubiks: Work around build failure with XCode #34293
Comments
Commit: |
comment:3
Thank you, this works for me. A vaguely related question: after installing |
Reviewer: John Palmieri |
comment:4
When |
comment:5
See #33823 comment:22 for a more detailed explanation |
Changed branch from u/mkoeppe/rubiks__work_around_build_failure_with_xcode to |
On Apple clang version 13.1.6 (clang-1316.0.21.2.5), building
g++ -std=gnu++11 -g -O2 -c mcube.cpp
appears to hang forever.We work around this by reducing the optimization level on macOS.
CC: @jhpalmieri
Component: packages: optional
Author: Matthias Koeppe
Branch/Commit:
6b9e1d7
Reviewer: John Palmieri
Issue created by migration from https://trac.sagemath.org/ticket/34293
The text was updated successfully, but these errors were encountered: