diff options
author | Rene Engelhard <rene@debian.org> | 2012-01-31 23:57:37 +0100 |
---|---|---|
committer | Rene Engelhard <rene@debian.org> | 2012-01-31 23:57:37 +0100 |
commit | 8d2ec1da0449271888d8912306ad8e8a9220c5a2 (patch) | |
tree | ca5f2ddc4f69c3bdfc3206a39c18651de1741f38 /oox | |
parent | a20a1d8e0c6f0710a475ff1fef0b325a62f8237a (diff) |
fix -Os comment in oox/Library_oox.mk
Diffstat (limited to 'oox')
-rw-r--r-- | oox/Library_oox.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/oox/Library_oox.mk b/oox/Library_oox.mk index 6e4b60ef7398..0171b4e4620f 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 \ )) |