cargo rustc --release -p simbelmyne -- -C target-cpu=native --emit link=Simbelmyne-5E01E31A
error: failed to run `rustc` to learn about target-specific information

Caused by:
  process didn't exit successfully: `/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc - --crate-name ___ --print=file-names -Ctarget-cpu=native -Cinline-threshold=500 --crate-type bin --crate-type rlib --crate-type dylib --crate-type cdylib --crate-type staticlib --crate-type proc-macro --print=sysroot --print=split-debuginfo --print=crate-name --print=cfg -Wwarnings` (exit status: 1)
  --- stderr
  error: `-C inline-threshold`: this option has been removed (consider using `-Cllvm-args=--inline-threshold=...`)

make: *** [Makefile:4: openbench] Error 101