Skip to content

Commit

Permalink
Enable LTO (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun authored Sep 19, 2024
1 parent 9b9d369 commit cbc5df8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[workspace]
resolver = "2"
members = ["rustpad-server", "rustpad-wasm"]

[profile.release]
lto = true

0 comments on commit cbc5df8

Please sign in to comment.