[Libreoffice-commits] .: oox/Library_oox.mk
René Engelhard
rene at kemper.freedesktop.org
Tue Jan 31 14:57:51 PST 2012
oox/Library_oox.mk | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 8d2ec1da0449271888d8912306ad8e8a9220c5a2
Author: Rene Engelhard <rene at debian.org>
Date: Tue Jan 31 23:57:37 2012 +0100
fix -Os comment in oox/Library_oox.mk
diff --git a/oox/Library_oox.mk b/oox/Library_oox.mk
index 6e4b60e..0171b4e 100644
--- a/oox/Library_oox.mk
+++ b/oox/Library_oox.mk
@@ -41,9 +41,9 @@ $(eval $(call gb_Library_set_include,oox,\
))
ifeq ($(COM)-$(OS)-$(CPUNAME),GCC-LINUX-IA64)
-#Debian Linux ia64 fails at compile time on
-#oox/source/drawingml/customshapepresets*.cxx which are apparently too large
-#for the toolchain to handle with default optimization
+# at least Debian Linux ia64 fails at compile time on
+# link libooxlo.so which is apparently too large
+# for the toolchain to handle with default optimization
$(eval $(call gb_Library_add_cxxflags,oox,\
-Os \
))
More information about the Libreoffice-commits
mailing list