mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-06-02 23:29:34 +00:00
ci: reduce debug info in dev/test profiles to avoid LLD OOM
This commit is contained in:
parent
d5f97c3de4
commit
9e4e546c9e
@ -152,6 +152,14 @@ opt-level = 'z'
|
|||||||
lto = true
|
lto = true
|
||||||
codegen-units = 1
|
codegen-units = 1
|
||||||
|
|
||||||
|
# Keep backtraces but drop full DWARF type info to avoid LLD OOM/SIGBUS when
|
||||||
|
# linking large integration-test binaries on resource-constrained CI runners.
|
||||||
|
[profile.dev]
|
||||||
|
debug = "line-tables-only"
|
||||||
|
|
||||||
|
[profile.test]
|
||||||
|
debug = "line-tables-only"
|
||||||
|
|
||||||
[workspace.lints.rust]
|
[workspace.lints.rust]
|
||||||
warnings = "deny"
|
warnings = "deny"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user