Skip to content

Commit 1e56cb7

Browse files
committed
Disable optimizations for tests
Disabling optimizations will help catch places where wrapping arithmetic is desired but the propper wrapping operations are not be used.
1 parent 5a0b842 commit 1e56cb7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Cargo.toml

-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ readme = "README.md"
1212
[lib]
1313
name = "crypto"
1414

15-
[profile.test]
16-
opt-level = 2
17-
1815
[dependencies]
1916
time = "*"
2017
rand = "*"

0 commit comments

Comments
 (0)