summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorRene Engelhard <rene@debian.org>2012-01-31 21:09:48 +0100
committerRene Engelhard <rene@debian.org>2012-01-31 21:19:24 +0100
commitbd530e28868f8573fdb85d45c80f07a66edb8d7b (patch)
treebfd5623b1e06d46fccaf05251943a4bbe25f2d31 /oox
parentbe4dc9f80c62435a42c6ed0967eee443abd6e3dd (diff)
build oox with explicit -Os on ia64 as it otherwise gets too big to link
Diffstat (limited to 'oox')
-rw-r--r--oox/Library_oox.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/oox/Library_oox.mk b/oox/Library_oox.mk
index f513f9bc1870..a8244ac543e9 100644
--- a/oox/Library_oox.mk
+++ b/oox/Library_oox.mk
@@ -40,6 +40,10 @@ $(eval $(call gb_Library_set_include,oox,\
-I$(realpath $(SRCDIR)/oox/inc) \
))
+$(eval $(call gb_Library_add_cxxflags,oox,\
+ -Os \
+))
+
$(eval $(call gb_Library_add_defs,oox,\
-DOOX_DLLIMPLEMENTATION \
))