summaryrefslogtreecommitdiff
path: root/oox/Library_oox.mk
diff options
context:
space:
mode:
Diffstat (limited to 'oox/Library_oox.mk')
-rw-r--r--oox/Library_oox.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/oox/Library_oox.mk b/oox/Library_oox.mk
index 089605daa527..6e4b60ef7398 100644
--- a/oox/Library_oox.mk
+++ b/oox/Library_oox.mk
@@ -40,7 +40,10 @@ $(eval $(call gb_Library_set_include,oox,\
-I$(realpath $(SRCDIR)/oox/inc) \
))
-ifeq ($(CPUNAME),IA64)
+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
$(eval $(call gb_Library_add_cxxflags,oox,\
-Os \
))