We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fb9da7 commit ba36f53Copy full SHA for ba36f53
crates/cargo-gpu/Cargo.toml
@@ -28,20 +28,5 @@ version_check = "0.9.5"
28
[dev-dependencies]
29
test-log.workspace = true
30
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
44
45
46
[lints]
47
workspace = true
0 commit comments