File tree Expand file tree Collapse file tree 1 file changed +4
-16
lines changed Expand file tree Collapse file tree 1 file changed +4
-16
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " lessvm-solana"
3- version = " 0.1.0"
4- edition = " 2021"
5- description = " Optimized LessVM implementation for Solana"
6- authors = [" LessVM Team" ]
3+ version.workspace = true
4+ edition.workspace = true
5+ authors.workspace = true
76license = " Apache-2.0"
7+ description = " Optimized LessVM implementation for Solana"
88
99[lib ]
1010crate-type = [" cdylib" , " lib" ]
@@ -41,15 +41,3 @@ solana-program-test = "1.17"
4141solana-sdk = " 1.17"
4242tokio = { version = " 1.32" , features = [" full" ] }
4343criterion = " 0.5"
44-
45- [profile .release ]
46- opt-level = 3
47- overflow-checks = true
48- lto = " fat"
49- codegen-units = 1
50- panic = " abort"
51-
52- [profile .release .build-override ]
53- opt-level = 3
54- incremental = false
55- codegen-units = 1
You can’t perform that action at this time.
0 commit comments