breaking: replace bytes with byte, upd parser, etc

This commit is contained in:
ge
2025-01-13 19:32:42 +03:00
parent 2f51ad63d7
commit 9206200515
5 changed files with 66 additions and 133 deletions

View File

@ -15,8 +15,8 @@ serve: clean doc
build:
v -path "$$(realpath $$PWD/../)|@vlib|@vmodules" \
-prod -skip-unused -parallel-cc -cflags -static -cflags -s -d no_segfault_handler \
cmd/dataunit.v -o dataunit
-prod -parallel-cc -cflags -static -cflags -s -d no_segfault_handler \
cmd/dataunit -o dataunit
clean:
rm -r $(DOC_DIR) || true