From 0558807ddc938d945eda23da00d446df4ac5573a Mon Sep 17 00:00:00 2001 From: Rene Engelhard Date: Tue, 31 Jan 2012 21:09:48 +0100 Subject: build oox with explicit -Os on ia64 as it otherwise gets too big to link --- oox/Library_oox.mk | 4 ++++ 1 file changed, 4 insertions(+) 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 \ )) -- cgit