Skip to content

Commit ba36f53

Browse files
committed
cargo gpu: remove ignored profiles emitting warnings
1 parent 8fb9da7 commit ba36f53

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

crates/cargo-gpu/Cargo.toml

-15
Original file line numberDiff line numberDiff line change
@@ -28,20 +28,5 @@ version_check = "0.9.5"
2828
[dev-dependencies]
2929
test-log.workspace = true
3030

31-
# Enable incremental by default in release mode.
32-
[profile.release]
33-
incremental = true
34-
# HACK(eddyb) this is the default but without explicitly specifying it, Cargo
35-
# will treat the identical settings in `[profile.release.build-override]` below
36-
# as different sets of `rustc` flags and will not reuse artifacts between them.
37-
codegen-units = 256
38-
39-
# Compile build-dependencies in release mode with the same settings
40-
# as regular dependencies (including the incremental enabled above).
41-
[profile.release.build-override]
42-
opt-level = 3
43-
incremental = true
44-
codegen-units = 256
45-
4631
[lints]
4732
workspace = true

0 commit comments

Comments
 (0)