We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4626f9b commit 91bbd64Copy full SHA for 91bbd64
1 file changed
Makefile
@@ -36,7 +36,7 @@ OS_FLAGS ?= -bundle -undefined dynamic_lookup
36
MAC_ENV ?= env MACOSX_DEPLOYMENT_TARGET='10.3'
37
endif
38
39
-ifeq ($(DEBUG),)
+ifneq ($(DEBUG),)
40
DBG = -ggdb
41
42
0 commit comments