Skip to content

Commit 9e03087

Browse files
committed
Apply -O1 only to tests, not all dev (which is used for bindings)
1 parent 4f6f34f commit 9e03087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ members = [
77
]
88

99
# Our tests do actual crypo and lots of work, the tradeoff for -O1 is well worth it
10-
[profile.dev]
10+
[profile.test]
1111
opt-level = 1
1212

1313
[profile.release]

0 commit comments

Comments
 (0)