Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Techassi <git@techassi.dev>
  • Loading branch information
sbernauer and Techassi committed Aug 18, 2023
1 parent 019dff2 commit ce630ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ which = "4.4"
[profile.release.package.stackablectl]
# opt-level = "z" # We don't use that as the binary saving is not *that* big (think of 1MB) and it's not worth it risiking performance for this
strip = true
# Can not using because of https://github.com/rust-lang/cargo/issues/8264#issuecomment-751931213
# Cannot use because of https://github.com/rust-lang/cargo/issues/8264#issuecomment-751931213
# lto = true
codegen-units = 1
# Can not using because of https://github.com/rust-lang/cargo/issues/8264#issuecomment-751931213
# Cannot use because of https://github.com/rust-lang/cargo/issues/8264#issuecomment-751931213
# panic = "abort"

0 comments on commit ce630ce

Please sign in to comment.