Files
codex/tools/argument-comment-lint/.cargo/config.toml
2026-03-14 08:18:04 -07:00

7 lines
221 B
TOML

[target.'cfg(all())']
rustflags = ["-C", "linker=dylint-link"]
# For Rust versions 1.74.0 and onward, the following alternative can be used
# (see https://github.com/rust-lang/cargo/pull/12535):
# linker = "dylint-link"