Skip to content

Commit

Permalink
[feat] enable LTO and strip symbols from release binary
Browse files Browse the repository at this point in the history
  • Loading branch information
seqre committed Sep 12, 2023
1 parent 27e3e9f commit 2663b51
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,7 @@ default = []

# Enable Message Content intent
msg_content = ["dep:url_encoded_data"]

[profile.release]
lto = true
strip = true # Automatically strip symbols from the binary.

0 comments on commit 2663b51

Please sign in to comment.