Skip to content

Commit bcd4bdb

Browse files
authored
Merge pull request #754 from lightpanda-io/fix-makebuilddev
fix makebuilddev
2 parents 73df41b + 7da83d2 commit bcd4bdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ build:
6969
## Build in debug mode
7070
build-dev:
7171
@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;)
72+
@$(ZIG) build -Dgit_commit=$$(git rev-parse --short HEAD) || (printf "\e[33mBuild ERROR\e[0m\n"; exit 1;)
7373
@printf "\e[33mBuild OK\e[0m\n"
7474

7575
## Run the server in release mode

0 commit comments

Comments
 (0)