You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In our software we use some modern C++ multithreading features. Unfortunately, these features are currently not supported by clang and require g++-11 or higher for compilation. Therefore, I would like to ask if there is some way to deploy macOS package with g++ compiler instead of clang.
Thank you!
Adam
The text was updated successfully, but these errors were encountered:
I was looking at this too for bindash (added in #18853 without macOS support). The authors say on https://github.com/zhaoxiaofei/bindash they recommend gcc 13 for compiling on macOS. I asked on Gitter last week:
Hello,
In our software we use some modern C++ multithreading features. Unfortunately, these features are currently not supported by clang and require g++-11 or higher for compilation. Therefore, I would like to ask if there is some way to deploy macOS package with g++ compiler instead of clang.
Thank you!
Adam
The text was updated successfully, but these errors were encountered: