Skip to content

Commit 85378b7

Browse files
authored
Merge pull request rust-lang-ja#36 from qryxip/ja-all-enabled-codegen-units-1-and-incremental-false
`codegen-units = 1` and `incremental = false`
2 parents 66d4e3c + 9997667 commit 85378b7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ name = "atcoder-rust-base"
55
version = "0.1.0"
66
edition = "2018"
77

8+
[profile.release]
9+
codegen-units = 1
10+
incremental = false
11+
812
[workspace]
913
exclude = ["./tools"]
1014

0 commit comments

Comments
 (0)