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
Only use Clang on OpenBSD - default to cc (generally GCC) on other platforms
There have been reports that GCC doesn't compile Rust-Crypto on OpenBSD
while Clang works fine. However, on Linux platforms (at least Ubuntu
14.04+), GCC works fine and clang may not be installed. So, Only use
Clang by default on OpenBSD and continue to use GCC (as "cc")
everywhere else.
0 commit comments