From 8fe3c0bd644b963284d535175f61e457a25f2c61 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 28 Nov 2013 09:43:10 +0000 Subject: enable-debug in libebook if the ENABLE_DEBUG is active Change-Id: If26bdd6ed0be59a4fff137ac3166b9d644e1aea7 --- external/libebook/ExternalProject_libebook.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'external/libebook') diff --git a/external/libebook/ExternalProject_libebook.mk b/external/libebook/ExternalProject_libebook.mk index 0983177af75b..05f856647a64 100644 --- a/external/libebook/ExternalProject_libebook.mk +++ b/external/libebook/ExternalProject_libebook.mk @@ -31,7 +31,7 @@ $(call gb_ExternalProject_get_state_target,libebook,build) : --enable-static \ --disable-shared \ --without-docs \ - --disable-debug \ + $(if $(filter TRUE,$(ENABLE_DEBUG)),--enable-debug,--disable-debug) \ --disable-werror \ --disable-weffc \ CXXFLAGS="$(if $(filter NO,$(SYSTEM_BOOST)),-I$(call gb_UnpackedTarball_get_dir,boost) -I$(BUILDDIR)/config_$(gb_Side),$(BOOST_CPPFLAGS))" \ -- cgit