Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions earthly/rust/stdcfgs/cargo_config.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# cspell: words debuginfo

# Use MOLD linker where possible, but ONLY in CI applicable targets.

# Configure how Docker container targets build.
Expand Down Expand Up @@ -48,6 +50,7 @@ lto = "thin"
panic = "unwind"
incremental = false
codegen-units = 16
strip = "debuginfo"

[profile.test]
opt-level = 3
Expand Down