diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-01-07 12:53:51 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-01-07 12:53:51 +0000 |
commit | 02814fd00146251691678aa18d9937665c677086 (patch) | |
tree | 5408cf868c128b241de5bab0f807058065bea7c8 /eclass | |
parent | 79713e75fcc5c5cb55d1b1beac008683b57c8805 (diff) |
gentoo auto-resync : 07:01:2024 - 12:53:51
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/Manifest.gz | bin | 38943 -> 38942 bytes | |||
-rw-r--r-- | eclass/meson.eclass | 6 |
2 files changed, 5 insertions, 1 deletions
diff --git a/eclass/Manifest.gz b/eclass/Manifest.gz Binary files differindex a22e21660342..20842d2e014e 100644 --- a/eclass/Manifest.gz +++ b/eclass/Manifest.gz diff --git a/eclass/meson.eclass b/eclass/meson.eclass index f7cf8a0722ba..12e9dd4bd9a6 100644 --- a/eclass/meson.eclass +++ b/eclass/meson.eclass @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Gentoo Authors +# Copyright 2017-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: meson.eclass @@ -334,6 +334,10 @@ meson_src_configure() { # It's Gentoo policy to not have builds die on blanket -Werror, as it's # an upstream development matter. bug #754279. -Dwerror=false + + # Prevent projects from enabling LTO by default. In Gentoo, LTO is + # enabled via setting *FLAGS appropriately. + -Db_lto=false ) if [[ -n ${EMESON_BUILDTYPE} ]]; then |