I am currently trying to compile a crate on a centos7 machine and I get the following error:
error: unknown codegen option: `embed-bitcode`
error: could not compile `env_logger`
(My first report: here, but it has nothing to do with the env_logger crate)
Apparently, the rust compiler gets an argument --embed-bitcode=no
which it does not understand. This happens with rustc 1.48.0 and 1.47.0. I am not cross-compiling anything.
Can someone help me with this issue?