[Libreoffice-commits] core.git: distro-configs/Jenkins
Luboš Luňák (via logerrit)
logerrit at kemper.freedesktop.org
Wed Oct 16 09:07:28 UTC 2019
distro-configs/Jenkins/macosx_clang_dbgutil | 1 +
distro-configs/Jenkins/windows_msc_dbgutil_32 | 1 +
2 files changed, 2 insertions(+)
New commits:
commit ccdb68fd5893f106609eacf71023d2269a682085
Author: Luboš Luňák <l.lunak at collabora.com>
AuthorDate: Sun Oct 13 12:47:32 2019 +0200
Commit: Luboš Luňák <l.lunak at collabora.com>
CommitDate: Wed Oct 16 11:06:36 2019 +0200
use --disable-symbols with Jenkins Win/Mac builds that use dbgutil
We want debug builds there, but the debugging symbols for debugger
themselves are not actually needed (Linux builds use the debug symbols
for printing backtraces when a unittest crashes, but Win/Mac do not).
This should save generating the needless debug info (CPU and I/O).
Change-Id: I3fc8bdb66e4822838216359b23b8a2dd5f2a0f42
Reviewed-on: https://gerrit.libreoffice.org/80732
Tested-by: Jenkins
Reviewed-by: Luboš Luňák <l.lunak at collabora.com>
diff --git a/distro-configs/Jenkins/macosx_clang_dbgutil b/distro-configs/Jenkins/macosx_clang_dbgutil
index 236f78a14373..abe40ff962bb 100644
--- a/distro-configs/Jenkins/macosx_clang_dbgutil
+++ b/distro-configs/Jenkins/macosx_clang_dbgutil
@@ -1,2 +1,3 @@
--enable-dbgutil
+--disable-symbols
--disable-dependency-tracking
diff --git a/distro-configs/Jenkins/windows_msc_dbgutil_32 b/distro-configs/Jenkins/windows_msc_dbgutil_32
index 661384539b86..59e083ee952a 100644
--- a/distro-configs/Jenkins/windows_msc_dbgutil_32
+++ b/distro-configs/Jenkins/windows_msc_dbgutil_32
@@ -1,3 +1,4 @@
--enable-dbgutil
+--disable-symbols
--disable-64-bit
--disable-dependency-tracking
More information about the Libreoffice-commits
mailing list