diff options
author | Sam James <sam@gentoo.org> | 2024-08-04 08:26:00 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-08-04 08:27:04 +0100 |
commit | e7e43ef530436c353b5cfcf1e4ca24b60369d9ea (patch) | |
tree | 4f80bbd6623c1a51e19055454ee280479230c846 /eclass | |
parent | app-text/katarakt: fix pkgcheck issues (diff) | |
download | gentoo-e7e43ef530436c353b5cfcf1e4ca24b60369d9ea.tar.gz gentoo-e7e43ef530436c353b5cfcf1e4ca24b60369d9ea.tar.bz2 gentoo-e7e43ef530436c353b5cfcf1e4ca24b60369d9ea.zip |
toolchain.eclass: drop -fno-harden-control-flow-redundancy append
This confuses things if e.g. using GDC from older GCC. Not worth it given
I'd only added it for a personal experiment.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/toolchain.eclass | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index a60024c134c3..7aa0f5a170f8 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -1661,9 +1661,6 @@ gcc_do_filter_flags() { # New in GCC 14. filter-flags -Walloc-size - else - # Makes things painfully slow and no real benefit for the compiler. - append-flags $(test-flags-CC -fno-harden-control-flow-redundancy) fi # Please use USE=lto instead (bug #906007). |