provide full Rust panic messages in BPF and add memory optimizations (#13455)
This commit is contained in:
@@ -11,6 +11,10 @@ edition = "2018"
|
||||
[dependencies]
|
||||
solana-program = { path = "../../../../sdk/program", version = "1.5.0" }
|
||||
|
||||
[features]
|
||||
default = ["custom-panic"]
|
||||
custom-panic = []
|
||||
|
||||
[lib]
|
||||
name = "solana_bpf_rust_panic"
|
||||
crate-type = ["cdylib"]
|
||||
|
Reference in New Issue
Block a user