diff options
author | Andras Timar <andras.timar@collabora.com> | 2023-01-04 08:59:06 +0100 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2023-01-23 21:58:04 +0100 |
commit | 3d9094e82025abf893225cc4e3ed5ef782eef02d (patch) | |
tree | a20d5b1d3be75a10ab6a7409dff079d2712c366d /distro-configs | |
parent | e24a8263762ef86b0f6791a40d58d46bdaff78b4 (diff) |
[cp] remove --enable-lto from CPLinux-LOKit configuration
The advantage of LTO is some performance win. But it has never been
measured exactly how much. On the other hand, crash reports are less
usable with enabled LTO, because many times the exact location of
crash disappears as result of optimizations. Therefore, evaluating
the cost vs. benefit, we decided to disable LTO for this configuration.
Change-Id: I1a6fd8c97dc4e2475c59c9b57146b9fcf8c7656f
Diffstat (limited to 'distro-configs')
-rw-r--r-- | distro-configs/CPLinux-LOKit.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/distro-configs/CPLinux-LOKit.conf b/distro-configs/CPLinux-LOKit.conf index f16fd142d9a3..1385c073860e 100644 --- a/distro-configs/CPLinux-LOKit.conf +++ b/distro-configs/CPLinux-LOKit.conf @@ -54,7 +54,6 @@ --disable-online-update --disable-dconf --enable-mergelibs ---enable-lto --with-package-format=deb rpm --enable-release-build --with-lang=ar as ast bg bn-IN br ca ca-valencia cy cs da de el en-US en-GB es et eu fi fr ga gd gl gu he hi hr hu id is it ja km kn ko lt lv ml mr nb nl nn oc or pa-IN pl pt pt-BR ro ru sk sl sr sr-Latn sv ta te tr uk vi zh-CN zh-TW |