aboutsummaryrefslogtreecommitdiff
path: root/src/Module.zig
diff options
context:
space:
mode:
authorStephen Gutekanst <stephen@hexops.com>2022-02-20 13:43:52 -0700
committerStephen Gutekanst <stephen@hexops.com>2022-02-20 13:50:09 -0700
commite41d4df93cf78b7ecccd959472dc653dc089f8aa (patch)
treecd41631cf1883ba5915e22a4e3fd634115afe97b /src/Module.zig
parent0778f644b519a83e95848d05d5a9e6241f8f41f3 (diff)
downloadzig-e41d4df93cf78b7ecccd959472dc653dc089f8aa.tar.gz
zig-e41d4df93cf78b7ecccd959472dc653dc089f8aa.zip
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>
Diffstat (limited to 'src/Module.zig')
0 files changed, 0 insertions, 0 deletions