From 67d40a9139547bb61fe3aacb54491b6e40a3cab8 Mon Sep 17 00:00:00 2001 From: Alec Goncharow Date: Thu, 4 Jan 2024 20:28:09 -0500 Subject: sync --- functions/zig.sh | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'functions') diff --git a/functions/zig.sh b/functions/zig.sh index 49b437a..922b804 100755 --- a/functions/zig.sh +++ b/functions/zig.sh @@ -19,6 +19,14 @@ zr () { zig build run "$@" } +zrf () { + zig build run -Doptimize=ReleaseFast "$@" +} + +zrfs () { + zig build run -Doptimize=ReleaseFast --summary all "$@" +} + zrs() { zig build run "$@" --summary all } -- cgit v1.2.3-70-g09d2