ext-parser/.cargo/config.toml

12 lines
294 B
TOML
Raw Normal View History

2026-04-01 21:42:46 +00:00
[target.'cfg(not(target_os = "windows"))']
rustflags = ["-C", "link-arg=-Wl,-undefined,dynamic_lookup"]
[target.x86_64-pc-windows-msvc]
linker = "rust-lld"
[target.i686-pc-windows-msvc]
linker = "rust-lld"
[target.'cfg(target_env = "musl")']
rustflags = ["-C", "target-feature=-crt-static"]