Files
zig/src
Stephen Gutekanst e41d4df93c enable passing build-[lib|exe|obj] params via @args.rsp file
This change enables `zig build-lib` and friends to take a response file
of command line arguments, for example:

```sh
zig build-lib @args.rsp
```

Which effectively does the same thing as this in Bash:

```sh
zig build-lib $(cat args.rsp)
```

Being able to use a file for arguments is important as one can quickly
exceed the 32 KiB limit that Windows imposes on arguments to a process.

Helps #10693

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
2022-02-20 13:50:09 -07:00
..
2022-02-20 19:10:54 +01:00
2022-02-17 18:11:48 +01:00
2022-01-14 12:39:06 -07:00
2022-01-30 14:30:46 +01:00
2022-01-02 13:16:17 -07:00
2022-02-13 14:42:20 +02:00
2022-02-08 17:49:40 -07:00
2022-01-07 00:06:06 -05:00
2022-02-20 18:16:28 +01:00
2021-09-24 13:39:20 -04:00
2022-02-13 14:42:20 +02:00