We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69215e7 commit 7da83d2Copy full SHA for 7da83d2
Makefile
@@ -69,7 +69,7 @@ build:
69
## Build in debug mode
70
build-dev:
71
@printf "\e[36mBuilding (debug)...\e[0m\n"
72
- @$(ZIG) build -Dgit_commit=$$(git rev-parse --short HEAD) -Dlog_level=debug || (printf "\e[33mBuild ERROR\e[0m\n"; exit 1;)
+ @$(ZIG) build -Dgit_commit=$$(git rev-parse --short HEAD) || (printf "\e[33mBuild ERROR\e[0m\n"; exit 1;)
73
@printf "\e[33mBuild OK\e[0m\n"
74
75
## Run the server in release mode
0 commit comments