Skip to content

Commit

Permalink
removed release related stuff (should be handled by binary crates)
Browse files Browse the repository at this point in the history
  • Loading branch information
ph0llux committed Jan 7, 2024
1 parent fc2fd3f commit ee594da
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,4 @@ serde = ["dep:serde", "dep:hex"]
log = ["dep:log", "dep:hex"]

[dev-dependencies]
hex = "0.4.3"

[profile.release]
lto = true # enables link time optimization
panic = 'unwind' # unwinds the stack if panic
debug = false # I won't see any debug options in release mode.
opt-level = 2 # optimized for performance.
codegen-units = 1 # Set to 1 to allow for maximum size reduction optimizations - at the expense of the compile time.
hex = "0.4.3"

0 comments on commit ee594da

Please sign in to comment.