Skip to content

Commit

Permalink
no opts
Browse files Browse the repository at this point in the history
  • Loading branch information
tbro committed Oct 8, 2024
1 parent 9ea1194 commit 494709b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,10 @@ libp2p-networking = { git = "https://github.com/EspressoSystems//HotShot.git", t
hotshot-example-types = { git = "https://www.github.com/EspressoSystems/HotShot.git", tag = "0.5.75-patch1" }

[profile.dev]
opt-level = 1
# Skip compiling the debug information in the first place.
debug = 0
# No optimizations
opt-level = 0
# Skip compiling the debug information.
debug = false
# Skip linking debug information.
strip = "debuginfo"
[profile.dev.package."*"]
Expand Down

0 comments on commit 494709b

Please sign in to comment.