Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit c318603

Browse files
authored
managed-token: Remove ignored profile.release (#3728)
The SPL build currently gives this warning every time: ``` warning: profiles for the non root package will be ignored, specify profiles at the workspace root: package: /home/jon/src/solana/solana-program-library/managed-token/program/Cargo.toml workspace: /home/jon/src/solana/solana-program-library/Cargo.toml ``` Remove the ignored `profile.release` configuration in managed-token.
1 parent 944bb96 commit c318603

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

managed-token/program/Cargo.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,3 @@ solana-program-test = "1.14.4"
3434
solana-sdk = "1.14.4"
3535
tokio = { version = "1.8.4", features = ["full"] }
3636
anyhow = "1.0.52"
37-
38-
[profile.release]
39-
lto = "fat"
40-
codegen-units = 1
41-
overflow-checks = true

0 commit comments

Comments
 (0)