We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c24b66c commit ad2d6beCopy full SHA for ad2d6be
Makefile.mk
@@ -60,11 +60,13 @@ BASE_FLAGS += -DHAVE_PROJECTM
60
endif
61
62
ifeq ($(HAVE_ZYN_DEPS),true)
63
+ifneq ($(DEBUG),true)
64
BASE_FLAGS += -DHAVE_ZYN_DEPS
65
ifeq ($(HAVE_ZYN_UI_DEPS),true)
66
BASE_FLAGS += -DHAVE_ZYN_UI_DEPS
67
68
69
+endif
70
71
# ---------------------------------------------------------------------------------------------------------------------
72
0 commit comments