From 5ef1dafed220fcce9b1245bb5ac4384297324bfc Mon Sep 17 00:00:00 2001 From: Riyyi Date: Sat, 12 Sep 2026 18:15:55 +0200 Subject: [PATCH] Fix debug build warning --- build.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 3556e4d..11364eb 100755 --- a/build.sh +++ b/build.sh @@ -6,6 +6,7 @@ PROJECT="sindri" VERSION="dev-$(date -u '+%Y-%m-%d')-$(git rev-parse --short HEAD)" OPTION="${1:-}" +shift # ------------------------------------------ @@ -42,8 +43,6 @@ if pgrep -x $PROJECT >/dev/null; then fi if [ "$OPTION" = "debug" ]; then - shift - odin build src/ -show-timings \ -collection:sindri=src \ -collection:gram=vendor/gram/src \