mirror of
https://github.com/aljazceru/breez-sdk-liquid.git
synced 2025-12-29 03:44:27 +01:00
Add Cargo profile for ls-sdk-flutter scripts
This commit is contained in:
@@ -1,9 +1,14 @@
|
||||
[profile.release]
|
||||
lto = true
|
||||
lto = "thin"
|
||||
opt-level = "z"
|
||||
codegen-units = 1
|
||||
panic = "abort"
|
||||
rpath = true
|
||||
strip = "symbols"
|
||||
|
||||
[profile.min]
|
||||
inherits = "release"
|
||||
lto = true
|
||||
|
||||
[workspace]
|
||||
members = [
|
||||
|
||||
Reference in New Issue
Block a user