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
[Configuration] Change default $(HostCc), $(HostCxx) values
As [Marek mentioned in PR 55][0], the default C and C++ compiler
program names should be `cc` and `c++`, not `clang` and `clang++`,
as `cc` and `c++` are more portable across various Unixes.
[0]: #55 (comment)
0 commit comments