File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -28,20 +28,5 @@ version_check = "0.9.5"
2828[dev-dependencies ]
2929test-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 ]
4732workspace = true
You can’t perform that action at this time.
0 commit comments