It doesn't contain much useful information or instructions, and
users might actually get more confused because it's about Qt4.
(cherry picked from proj/qt commit
213c3ad70ffa9b73cdf111231fb40810bdf61210)
fi
fi
+ # bug 307861
if [[ ${PN} == qtwebengine || ${PN} == qtwebkit ]]; then
eshopts_push -s extglob
if is-flagq '-g?(gdb)?([1-9])'; then
ewarn "You have enabled debug info (probably have -g or -ggdb in your CFLAGS/CXXFLAGS)."
ewarn "You may experience really long compilation times and/or increased memory usage."
ewarn "If compilation fails, please try removing -g/-ggdb before reporting a bug."
- ewarn "For more info check out https://bugs.gentoo.org/307861"
ewarn
fi
eshopts_pop