build: rename comptime vars, add -skip-unused

This commit is contained in:
ge
2024-11-28 21:16:38 +03:00
parent b67b854b88
commit 21307c947d
4 changed files with 4 additions and 4 deletions

View File

@ -1,2 +1,2 @@
bin:
v -prod -cflags -static -d habraview_version=$$(git describe --tags) .
v -prod -skip-unused -cflags -static -d hv_version=$$(git describe --tags) .