summaryrefslogtreecommitdiffstats
path: root/distro-configs
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@collabora.com>2019-10-13 12:47:32 +0200
committerLuboš Luňák <l.lunak@collabora.com>2019-10-16 11:06:36 +0200
commitccdb68fd5893f106609eacf71023d2269a682085 (patch)
treefb3d40a0fbdeab67a37080991434a6a3a229926b /distro-configs
parentuse --disable-dependency-tracking for Jenkins builds (diff)
downloadcore-ccdb68fd5893f106609eacf71023d2269a682085.tar.gz
core-ccdb68fd5893f106609eacf71023d2269a682085.zip
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@collabora.com>
Diffstat (limited to 'distro-configs')
-rw-r--r--distro-configs/Jenkins/macosx_clang_dbgutil1
-rw-r--r--distro-configs/Jenkins/windows_msc_dbgutil_321
2 files changed, 2 insertions, 0 deletions
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