Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Commit

Permalink
Enable Link-Time Optimitations & Symbol Stripping for release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Alonely0 committed Dec 29, 2021
1 parent 67ea61e commit eb47b56
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
cargo-features = ["strip"]

[workspace]
members = [
"voila",
"compiled_voila",
]

[profile.release]
lto = true
strip = true

0 comments on commit eb47b56

Please sign in to comment.