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
Max Howell edited this page Apr 11, 2023
·
1 revision
c/c++
c and c++ are complex. Try ensuring the cc (c-compiler) that is used is clang. Dong this varies depending on the build tooling. Usually CC=clang and CXX=clang++ is enough. Cmake is weird tho.