summaryrefslogtreecommitdiff
path: root/sys-libs/libomp/libomp-13.0.1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sys-libs/libomp/libomp-13.0.1.ebuild')
-rw-r--r--sys-libs/libomp/libomp-13.0.1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-libs/libomp/libomp-13.0.1.ebuild b/sys-libs/libomp/libomp-13.0.1.ebuild
index e4680d9b7dd3..06b678661248 100644
--- a/sys-libs/libomp/libomp-13.0.1.ebuild
+++ b/sys-libs/libomp/libomp-13.0.1.ebuild
@@ -75,7 +75,8 @@ pkg_setup() {
}
multilib_src_configure() {
- filter-lto # LTO causes issues in other packages building https://bugs.gentoo.org/870127
+ # LTO causes issues in other packages building, #870127
+ filter-lto
# LLVM_ENABLE_ASSERTIONS=NO does not guarantee this for us, #614844
use debug || local -x CPPFLAGS="${CPPFLAGS} -DNDEBUG"