Browse Source

Don't build zynaddsubfx if debug is on

pull/1/head
falkTX 6 years ago
parent
commit
ad2d6be378
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      Makefile.mk

+ 2
- 0
Makefile.mk View File

@@ -60,11 +60,13 @@ BASE_FLAGS += -DHAVE_PROJECTM
endif

ifeq ($(HAVE_ZYN_DEPS),true)
ifneq ($(DEBUG),true)
BASE_FLAGS += -DHAVE_ZYN_DEPS
ifeq ($(HAVE_ZYN_UI_DEPS),true)
BASE_FLAGS += -DHAVE_ZYN_UI_DEPS
endif
endif
endif

# ---------------------------------------------------------------------------------------------------------------------



Loading…
Cancel
Save