Kaydet (Commit) b2666f10 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Pass --enable-debug also down to external/libvisio

Change-Id: I1ac53910390d99ad9fca72270dd3b98e281c000e
üst a13923af
...@@ -32,7 +32,7 @@ $(call gb_ExternalProject_get_state_target,libvisio,build) : ...@@ -32,7 +32,7 @@ $(call gb_ExternalProject_get_state_target,libvisio,build) :
--disable-shared \ --disable-shared \
--without-docs \ --without-docs \
--disable-tools \ --disable-tools \
--disable-debug \ $(if $(ENABLE_DEBUG),--enable-debug,--disable-debug) \
--disable-werror \ --disable-werror \
$(if $(VERBOSE)$(verbose),--disable-silent-rules,--enable-silent-rules) \ $(if $(VERBOSE)$(verbose),--disable-silent-rules,--enable-silent-rules) \
CXXFLAGS="$(if $(SYSTEM_BOOST),$(BOOST_CPPFLAGS),-I$(call gb_UnpackedTarball_get_dir,boost) -I$(BUILDDIR)/config_$(gb_Side))" \ CXXFLAGS="$(if $(SYSTEM_BOOST),$(BOOST_CPPFLAGS),-I$(call gb_UnpackedTarball_get_dir,boost) -I$(BUILDDIR)/config_$(gb_Side))" \
......
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