Skip to content

Commit

Permalink
Turn off debuginfo for faster compiles
Browse files Browse the repository at this point in the history
This debuginfo stuff is a plague
  • Loading branch information
est31 committed Aug 26, 2019
1 parent 448cb78 commit e550d93
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ edition = "2015"

[dependencies]
cargo = "0.38"

[profile.dev]
debug = false

0 comments on commit e550d93

Please sign in to comment.