[target.'cfg(windows)'] # Bump the default 1 MB Windows stack to 8 MB. clap-derive builds a large # Command enum in this CLI (one variant per subcommand, each carrying flag # args); in debug builds the enum is materialized on the stack without # optimization and overflows the default Windows main-thread stack before # even reaching our code. Release builds are unaffected but the e2e matrix # drives the CLI through `cargo run` (debug), so the link-arg ships with # every dev-time invocation. rustflags = ["-C", "link-arg=/STACK:8388608"]