summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-libs/libomp/libomp-16.0.0.9999.ebuild')
-rw-r--r--sys-libs/libomp/libomp-16.0.0.9999.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-libs/libomp/libomp-16.0.0.9999.ebuild b/sys-libs/libomp/libomp-16.0.0.9999.ebuild
index b5eb99130c02..7cff82c5f737 100644
--- a/sys-libs/libomp/libomp-16.0.0.9999.ebuild
+++ b/sys-libs/libomp/libomp-16.0.0.9999.ebuild
@@ -76,7 +76,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"