summaryrefslogtreecommitdiff
path: root/external/libmspub
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-08-29 14:38:33 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-08-29 14:38:33 +0200
commit2426e72dba6e5fc9659dc6d691c3e2cbb64e684e (patch)
tree2aca2c728db95d5ea271708a7192031bc35b9b93 /external/libmspub
parent66e3194e6a5cca0400fa9628446246b2668ef2b5 (diff)
Pass --enable-debug also down to external/libmspub
Change-Id: I76f834dea9aebbdef6cdb240e0a2f1ac49217f5e
Diffstat (limited to 'external/libmspub')
-rw-r--r--external/libmspub/ExternalProject_libmspub.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/libmspub/ExternalProject_libmspub.mk b/external/libmspub/ExternalProject_libmspub.mk
index 8cbf9a6c42eb..5805f589ddd0 100644
--- a/external/libmspub/ExternalProject_libmspub.mk
+++ b/external/libmspub/ExternalProject_libmspub.mk
@@ -30,7 +30,7 @@ $(call gb_ExternalProject_get_state_target,libmspub,build) :
--disable-shared \
--without-docs \
--disable-tools \
- --disable-debug \
+ $(if $(filter TRUE,$(ENABLE_DEBUG)),--enable-debug,--disable-debug) \
--disable-werror \
--disable-weffc \
$(if $(VERBOSE)$(verbose),--disable-silent-rules,--enable-silent-rules) \