Skip to content

Commit

Permalink
chore: drop binary size reducing opts
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Apr 25, 2024
1 parent ab0c47c commit 68d410e
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions plugins/csv/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,13 @@ itertools = "0.12.0"
[build-dependencies]
tonic-build = "0.10.2"

[profile.release]
strip = true
opt-level = "z"
codegen-units = 1
# [profile.release]
# strip = true
# opt-level = "z"
# codegen-units = 1
# lto = true

# References
# https://doc.rust-lang.org/stable/rustc/codegen-options/
# https://doc.rust-lang.org/rustc/profile-guided-optimization.html
# https://github.com/johnthagen/min-sized-rust

0 comments on commit 68d410e

Please sign in to comment.