Remove configuration section from readme

None of these options are available in the rustup version, so it only
has the potential for confusion.
This commit is contained in:
bjorn3 2024-03-08 19:47:22 +00:00
parent 436fce0747
commit da083a8fc2

View File

@ -123,11 +123,6 @@ You need to do this steps to successfully compile and use the cranelift backend
You can also set `rust-analyzer.rustc.source` to your rust workspace to get rust-analyzer to understand your changes.
## Configuration
See the documentation on the `BackendConfig` struct in [config.rs](src/config.rs) for all
configuration options.
## Not yet supported
* SIMD ([tracked here](https://github.com/rust-lang/rustc_codegen_cranelift/issues/171), `std::simd` fully works, `std::arch` is partially supported)