aboutsummaryrefslogtreecommitdiff
path: root/deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'deploy.sh')
-rwxr-xr-xdeploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy.sh b/deploy.sh
index 55b9dc6..60efc13 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -12,7 +12,7 @@ then
echo "must build on aarch64 for now"
exit
fi
-zig build -Doptimize=ReleaseSafe
+zig build -Doptimize=ReleaseSafe -Dcpu=baseline
popd
# TODO update caddy with offline message while site being updated