Skip to content

Commit

Permalink
fix(website): added opts back
Browse files Browse the repository at this point in the history
  • Loading branch information
arctic-hen7 committed Jul 2, 2022
1 parent e727121 commit 4b25d46
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ members = [
]
resolver = "2"

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

0 comments on commit 4b25d46

Please sign in to comment.