Re-wrote a bunch of Solana code to avoid all the bloated and unecessary clones

This commit is contained in:
Matthieu Vachon
2024-02-14 11:02:54 -05:00
parent ce8676b337
commit 8534cfb946
6 changed files with 126 additions and 149 deletions

View File

@@ -30,4 +30,4 @@ getrandom = { version = "0.2", features = ["custom"] }
[profile.release]
lto = true
opt-level = 's'
strip = "debuginfo"
strip = "debuginfo"