DaGenix / rust-crypto

A (mostly) pure-Rust implementation of various cryptographic algorithms.
Apache License 2.0
1.39k stars 295 forks source link

Use clang to build, unless the user explicitly specifies a different compiler #350

Closed ltratt closed 8 years ago

ltratt commented 8 years ago

gcc (at least, on OpenBSD, gcc 4.2.1 and gcc 4.9.3) are unable to build this library. Since that's the default compiler, it means that the build fails in rather obscure fashion.

ltratt commented 8 years ago

This fixes #344.

DaGenix commented 8 years ago

Thanks!