Kaydet (Commit) bd0c63fb authored tarafından Stephan Bergmann's avatar Stephan Bergmann

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
üst 142dbf27
...@@ -181,7 +181,7 @@ $(eval $(call gb_Library_add_cobjects,sal,\ ...@@ -181,7 +181,7 @@ $(eval $(call gb_Library_add_cobjects,sal,\
sal/osl/unx/time \ sal/osl/unx/time \
)) ))
$(eval $(call gb_Library_add_cobject,sal,sal/osl/unx/signal, \ $(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) \ -DSAL_ENABLE_CRASH_REPORT) \
)) ))
......
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