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 b56c4a5 commit 03a04eaCopy full SHA for 03a04ea
Makefile
@@ -74,7 +74,7 @@ else
74
IMAGESUFFIX := :dev
75
endif
76
77
-ifdef DEBUG
+ifeq ($(DEBUG),true)
78
DEBUG := true
79
DOCKERFILE := Dockerfile.debug
80
# required by DLV https://github.com/go-delve/delve/blob/master/Documentation/usage/dlv_exec.md
0 commit comments