summaryrefslogtreecommitdiff
path: root/external
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2015-11-02 22:29:23 +0200
committerTor Lillqvist <tml@collabora.com>2015-11-19 14:05:27 +0200
commit626bf18d7d4aec975f635b0dfe3894082e7ec487 (patch)
tree12288154fa4879204b426ee6e63b7911ca5c8f78 /external
parent0dd67234ea4ec3913f23b5de1a2020d868f61cdb (diff)
The glyphy configury takes no --enable/disable-debug option
Change-Id: Id098945656c0d97a0fc11efb42a0d09efb3e5557
Diffstat (limited to 'external')
-rw-r--r--external/glyphy/ExternalProject_glyphy.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/external/glyphy/ExternalProject_glyphy.mk b/external/glyphy/ExternalProject_glyphy.mk
index 463cb8195abd..624318784d57 100644
--- a/external/glyphy/ExternalProject_glyphy.mk
+++ b/external/glyphy/ExternalProject_glyphy.mk
@@ -29,7 +29,6 @@ $(call gb_ExternalProject_get_state_target,glyphy,build) :
, \
--enable-shared --disable-static \
) \
- $(if $(ENABLE_DEBUG),--enable-debug,--disable-debug) \
$(if $(filter MACOSX,$(OS)),--prefix=/@.__________________________________________________OOO) \
$(if $(CROSS_COMPILING),--build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM)) \
&& $(if $(verbose),V=1) \