Kaydet (Commit) bd530e28 authored tarafından Rene Engelhard's avatar Rene Engelhard

build oox with explicit -Os on ia64 as it otherwise gets too big to link

üst be4dc9f8
......@@ -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 \
))
......
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