Skip to content

Commit 03a04ea

Browse files
authored
Use debug mode only if env DEBUG=true (#881)
1 parent b56c4a5 commit 03a04ea

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
@@ -74,7 +74,7 @@ else
7474
IMAGESUFFIX := :dev
7575
endif
7676

77-
ifdef DEBUG
77+
ifeq ($(DEBUG),true)
7878
DEBUG := true
7979
DOCKERFILE := Dockerfile.debug
8080
# required by DLV https://github.com/go-delve/delve/blob/master/Documentation/usage/dlv_exec.md

0 commit comments

Comments
 (0)