Skip to content

Commit e550d93

Browse files
committed
Turn off debuginfo for faster compiles
This debuginfo stuff is a plague
1 parent 448cb78 commit e550d93

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ edition = "2015"
99

1010
[dependencies]
1111
cargo = "0.38"
12+
13+
[profile.dev]
14+
debug = false

0 commit comments

Comments
 (0)