Kaydet (Commit) 9ea8686d authored tarafından David Tardon's avatar David Tardon

libqxp: pass optimization flags to configure

Change-Id: I16586e206bef696023a124fb69b28c1bd92d0cff
Reviewed-on: https://gerrit.libreoffice.org/44001Reviewed-by: 's avatarDavid Tardon <dtardon@redhat.com>
Tested-by: 's avatarDavid Tardon <dtardon@redhat.com>
üst 12fa4ae5
...@@ -34,7 +34,8 @@ $(call gb_ExternalProject_get_state_target,libqxp,build) : ...@@ -34,7 +34,8 @@ $(call gb_ExternalProject_get_state_target,libqxp,build) :
--disable-werror \ --disable-werror \
--disable-weffc \ --disable-weffc \
$(if $(verbose),--disable-silent-rules,--enable-silent-rules) \ $(if $(verbose),--disable-silent-rules,--enable-silent-rules) \
CXXFLAGS="$(CXXFLAGS) $(CXXFLAGS_CXX11) $(BOOST_CPPFLAGS)" \ CXXFLAGS="$(gb_CXXFLAGS) $(if $(ENABLE_OPTIMIZED),$(gb_COMPILEROPTFLAGS),$(gb_COMPILERNOOPTFLAGS))" \
CPPFLAGS="$(CPPFLAGS) $(BOOST_CPPFLAGS)" \
REVENGE_GENERATORS_CFLAGS=' ' REVENGE_GENERATORS_LIBS=' ' REVENGE_STREAM_CFLAGS=' ' REVENGE_STREAM_LIBS=' ' \ REVENGE_GENERATORS_CFLAGS=' ' REVENGE_GENERATORS_LIBS=' ' REVENGE_STREAM_CFLAGS=' ' REVENGE_STREAM_LIBS=' ' \
ax_cv_cxx_compile_cxx11=yes \ ax_cv_cxx_compile_cxx11=yes \
$(if $(CROSS_COMPILING),--build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM)) \ $(if $(CROSS_COMPILING),--build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM)) \
......
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