Kaydet (Commit) 8fe3c0bd authored tarafından Caolán McNamara's avatar Caolán McNamara

enable-debug in libebook if the ENABLE_DEBUG is active

Change-Id: If26bdd6ed0be59a4fff137ac3166b9d644e1aea7
üst 282a6fb5
......@@ -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))" \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment