distro-configs/Jenkins/linux_clang_dbgutil_64 | 1 + distro-configs/Jenkins/macosx_clang_dbgutil | 1 + 2 files changed, 2 insertions(+)
New commits: commit bc994a4b01cf61444452bb377010c7c4cc377698 Author: Luboš Luňák <[email protected]> AuthorDate: Tue Feb 18 10:27:20 2020 +0100 Commit: Luboš Luňák <[email protected]> CommitDate: Wed Feb 19 10:28:21 2020 +0100 make Mac Jenkins build use --enable-optimized Since ccache is used, this will hopefully on average improve Jenkins build times by making tests run faster while compilations will usually get cached. Change-Id: I191f826f704001b83130c8baf6889a7a2b33ca7c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88919 Tested-by: Jenkins Reviewed-by: Luboš Luňák <[email protected]> diff --git a/distro-configs/Jenkins/macosx_clang_dbgutil b/distro-configs/Jenkins/macosx_clang_dbgutil index abe40ff962bb..1e822c84b2a7 100644 --- a/distro-configs/Jenkins/macosx_clang_dbgutil +++ b/distro-configs/Jenkins/macosx_clang_dbgutil @@ -1,3 +1,4 @@ --enable-dbgutil --disable-symbols --disable-dependency-tracking +--enable-optimized commit c922d13b5b0ad983e64a046405fca9cd048c75fc Author: Luboš Luňák <[email protected]> AuthorDate: Tue Feb 18 10:25:54 2020 +0100 Commit: Luboš Luňák <[email protected]> CommitDate: Wed Feb 19 10:28:02 2020 +0100 make Linux Clang Jenkins builds use -Og This should make builds run faster because unittests will run faster, while the compilations shouldn't take longer (primarily because of ccache use). Change-Id: I6ea5d7566397b09339b06a515712a9162df6e9fc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88918 Tested-by: Jenkins Reviewed-by: Luboš Luňák <[email protected]> diff --git a/distro-configs/Jenkins/linux_clang_dbgutil_64 b/distro-configs/Jenkins/linux_clang_dbgutil_64 index 758c83606d51..b93185a67b2d 100644 --- a/distro-configs/Jenkins/linux_clang_dbgutil_64 +++ b/distro-configs/Jenkins/linux_clang_dbgutil_64 @@ -3,3 +3,4 @@ COMPILER_PLUGINS_CXX=ccache g++ -std=c++11 --enable-kf5 --disable-dependency-tracking +--enable-optimized=debug _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
