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.
2 parents 73df41b + 7da83d2 commit bcd4bdbCopy full SHA for bcd4bdb
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