Skip to content

Commit

Permalink
Merge pull request #32 from solendprotocol/optimized_toml
Browse files Browse the repository at this point in the history
optimized toml
  • Loading branch information
nope-finance authored Aug 6, 2021
2 parents 0185c34 + 8a667e7 commit 0fa8a3e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions token-lending/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,12 @@ serde_yaml = "0.8"

[lib]
crate-type = ["cdylib", "lib"]

[profile.release]
lto = "fat"
codegen-units = 1

[profile.release.build-override]
opt-level = 3
incremental = false
codegen-units = 1

0 comments on commit 0fa8a3e

Please sign in to comment.