We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 438295e commit 5a43b12Copy full SHA for 5a43b12
.cargo/config.toml
@@ -14,10 +14,6 @@ rustflags = [
14
"-Zshare-generics=n", # =off is also an option, but you're going to increase binary size in doing so.
15
]
16
17
-# Override parent directory's cranelift backend setting for rust-gpu compatibility
18
-[profile.dev]
19
-codegen-backend = "llvm"
20
-
21
[target.'cfg(all())']
22
rustflags = [
23
# FIXME(eddyb) update/review these lints.
0 commit comments