summaryrefslogtreecommitdiffstats
path: root/sal/Library_sal.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-10-24 17:18:18 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-10-24 17:18:18 +0200
commitbd0c63fbf86a724624f707d393a0acfc5f504dd2 (patch)
treed07716030cd5b83cb3afc63ab547ba6045db6554 /sal/Library_sal.mk
parentWaE: unused parameter (diff)
downloadcore-bd0c63fbf86a724624f707d393a0acfc5f504dd2.tar.gz
core-bd0c63fbf86a724624f707d393a0acfc5f504dd2.zip
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
Diffstat (limited to 'sal/Library_sal.mk')
-rw-r--r--sal/Library_sal.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/Library_sal.mk b/sal/Library_sal.mk
index 12f5551ee7ce..0b7e39c39607 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) \
))