mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-08-03 13:33:12 +00:00
perf(build): compile dependencies at opt-level 3 in dev and test profiles
This commit is contained in:
parent
fa3f1e7836
commit
a410d054c5
@ -226,9 +226,15 @@ keccak = { git = "https://github.com/logos-blockchain/sponges", rev = "3a56e9977
|
||||
[profile.dev]
|
||||
debug = "line-tables-only"
|
||||
|
||||
[profile.dev.package."*"]
|
||||
opt-level = 3
|
||||
|
||||
[profile.test]
|
||||
debug = "line-tables-only"
|
||||
|
||||
[profile.test.package."*"]
|
||||
opt-level = 3
|
||||
|
||||
[workspace.lints.rust]
|
||||
warnings = "deny"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user