Skip to content

Commit

Permalink
remove profile change
Browse files Browse the repository at this point in the history
  • Loading branch information
tbro committed Feb 11, 2025
1 parent d523fdf commit bac202d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,13 @@ rand = "0.8.5"
time = "0.3"
trait-set = "0.3.0"

[profile.dev]
# No optimizations
opt-level = 0
# Skip compiling the debug information.
debug = false
# Skip linking symbols.
strip = true
[profile.test]
opt-level = 1
[profile.test.package.tests]
Expand Down

0 comments on commit bac202d

Please # to comment.