Skip to content

Commit ad2d6be

Browse files
author
falkTX
committed
Don't build zynaddsubfx if debug is on
1 parent c24b66c commit ad2d6be

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,13 @@ BASE_FLAGS += -DHAVE_PROJECTM
6060
endif
6161

6262
ifeq ($(HAVE_ZYN_DEPS),true)
63+
ifneq ($(DEBUG),true)
6364
BASE_FLAGS += -DHAVE_ZYN_DEPS
6465
ifeq ($(HAVE_ZYN_UI_DEPS),true)
6566
BASE_FLAGS += -DHAVE_ZYN_UI_DEPS
6667
endif
6768
endif
69+
endif
6870

6971
# ---------------------------------------------------------------------------------------------------------------------
7072

0 commit comments

Comments
 (0)