include = ["config.toml"] [unstable] codegen-backend = true [profile.dev] debug = "line-tables-only" codegen-backend = "cranelift" [build] rustc-wrapper = "sccache" [target.'cfg(unix)'] linker = "clang" rustflags = [ "-Clink-arg=--ld-path=wild", "-Zthreads=8", # Because Polonius is currently only enabled in nightly Rust, it is disabled here so # that certain borrowing related compilation errors does not only occur when this # config is not used "-Zpolonius=off", ]