2020-11-16 04:28:07 -08:00
|
|
|
[workspace]
|
2022-09-02 03:39:51 -07:00
|
|
|
members = ["contracts/pyth"]
|
2020-11-16 04:28:07 -08:00
|
|
|
|
|
|
|
[profile.release]
|
|
|
|
opt-level = 3
|
|
|
|
debug = false
|
|
|
|
rpath = false
|
|
|
|
lto = true
|
|
|
|
debug-assertions = false
|
|
|
|
codegen-units = 1
|
|
|
|
panic = 'abort'
|
|
|
|
incremental = false
|
2021-10-04 04:52:11 -07:00
|
|
|
overflow-checks = true
|
2021-11-23 02:24:47 -08:00
|
|
|
|