Skip to content

Commit 5a43b12

Browse files
committed
Remove codegen-backend config override
This addresses maintainer feedback to keep the codegen-backend setting as a local-only configuration rather than in the committed repository.
1 parent 438295e commit 5a43b12

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.cargo/config.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ rustflags = [
1414
"-Zshare-generics=n", # =off is also an option, but you're going to increase binary size in doing so.
1515
]
1616

17-
# Override parent directory's cranelift backend setting for rust-gpu compatibility
18-
[profile.dev]
19-
codegen-backend = "llvm"
20-
2117
[target.'cfg(all())']
2218
rustflags = [
2319
# FIXME(eddyb) update/review these lints.

0 commit comments

Comments
 (0)