piston/packages/zig/0.7.1/compile

5 lines
146 B
Plaintext
Raw Normal View History

2021-03-18 22:45:14 +01:00
#!/usr/bin/env bash
# optimizing for small programs
zig build-exe -O ReleaseSmall --color off --cache-dir . --global-cache-dir . --name out "$@"