Skip to content

Commit

Permalink
add optimized profile
Browse files Browse the repository at this point in the history
  • Loading branch information
daywalker90 committed Jul 27, 2024
1 parent d7eae07 commit ef5d11d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,11 @@ socketioxide = "0.14"

cln-plugin = "0.1.9"
cln-rpc = "0.1.9"


[profile.optimized]
inherits = "release"
strip = "debuginfo"
codegen-units = 1
lto = "fat"
debug = false

0 comments on commit ef5d11d

Please sign in to comment.