Fix debug build warning

This commit is contained in:
Riyyi
2026-09-12 18:15:55 +02:00
parent 86ee8083b5
commit 5ef1dafed2
+1 -2
View File
@@ -6,6 +6,7 @@ PROJECT="sindri"
VERSION="dev-$(date -u '+%Y-%m-%d')-$(git rev-parse --short HEAD)" VERSION="dev-$(date -u '+%Y-%m-%d')-$(git rev-parse --short HEAD)"
OPTION="${1:-}" OPTION="${1:-}"
shift
# ------------------------------------------ # ------------------------------------------
@@ -42,8 +43,6 @@ if pgrep -x $PROJECT >/dev/null; then
fi fi
if [ "$OPTION" = "debug" ]; then if [ "$OPTION" = "debug" ]; then
shift
odin build src/ -show-timings \ odin build src/ -show-timings \
-collection:sindri=src \ -collection:sindri=src \
-collection:gram=vendor/gram/src \ -collection:gram=vendor/gram/src \