sal/Library_sal.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit bd0c63fbf86a724624f707d393a0acfc5f504dd2 Author: Stephan Bergmann <[email protected]> Date: Fri Oct 24 17:18:18 2014 +0200 The if(xmlout&&stackout&&checksumout) stack-walking can take obscenely long ...in sal/osl/unx/signal.c ReportCrash, so do not implicitly burden that on every --enable-dbgutil --disable-crashdump build. Change-Id: I2d03ea2715697bf7960ca7e9e55c72489ce24bae diff --git a/sal/Library_sal.mk b/sal/Library_sal.mk index 12f5551..0b7e39c 100644 --- a/sal/Library_sal.mk +++ b/sal/Library_sal.mk @@ -181,7 +181,7 @@ $(eval $(call gb_Library_add_cobjects,sal,\ sal/osl/unx/time \ )) $(eval $(call gb_Library_add_cobject,sal,sal/osl/unx/signal, \ - $(if $(filter $(ENABLE_CRASHDUMP),YES)$(filter $(ENABLE_DBGUTIL),TRUE), \ + $(if $(filter $(ENABLE_CRASHDUMP),YES), \ -DSAL_ENABLE_CRASH_REPORT) \ )) _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
