mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-24 14:06:27 +02:00
4 lines
146 B
Bash
4 lines
146 B
Bash
#!/usr/bin/env bash
|
|
|
|
# optimizing for small programs
|
|
zig build-exe -O ReleaseSmall --color off --cache-dir . --global-cache-dir . --name out "$@"
|