Conversation
| [profile.release] | ||
| overflow-checks = true | ||
| lto = "fat" | ||
| codegen-units = 1 | ||
| [profile.release.build-override] | ||
| opt-level = 3 | ||
| incremental = false | ||
| codegen-units = 1 |
There was a problem hiding this comment.
Are you sure this is no longer needed? Also looks like we're missing
[lib]
crate-type = ["cdylib", "lib"]
There was a problem hiding this comment.
Looks like [lib] was enough to fix the build
|
@ChaoticTempest any blockers on this one? |
|
how are we building this contract? I don't see any instructions to do this? I'm trying anchor build inside |
|
@ChaoticTempest Also, you can build it with Again, this is not a real contract, this is just a way to provide structs for our sol rpc. |
There is no way to remove the contract, but I've managed to remove the additional workspace and 70% of the setup. Now it's a simple Rust project with a single dependency.