Files
2026-08-27 11:23:01 -06:00

7 lines
343 B
TOML

# Statically link the CRT so the injected DLL has no VCRUNTIME/UCRT DLL
# dependency at runtime. Only the GNU target is supported: the reflective
# loader manually maps the image, and the MSVC CRT's TLS/CFG/stack-cookie
# machinery fast-fails under a manual map.
[target.x86_64-pc-windows-gnu]
rustflags = ["-C", "target-feature=+crt-static"]