Skip to content

Commit 3506971

Browse files
committed
Try turning down the opt-level
1 parent 0e82004 commit 3506971

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name = "cargo-registry"
33
authors = ["Alex Crichton <[email protected]>"]
44
version = "0.1.0"
55

6-
[profile.dev]
7-
debug = false
6+
[profile.release]
7+
opt-level = 2
88

99
[lib]
1010
name = "cargo-registry"

0 commit comments

Comments
 (0)