Skip to content

Commit 3920655

Browse files
committed
Turn off optimizations
Signed-off-by: foxhlchen <[email protected]>
1 parent 3cdfc07 commit 3920655

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Cargo.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,14 @@ edition = "2018"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77

8+
[profile.dev]
9+
opt-level = 0
10+
11+
[profile.release]
12+
opt-level = 0
13+
14+
[profile.bench]
15+
opt-level = 0
16+
17+
818
[dependencies]

0 commit comments

Comments
 (0)