www-client/firefox: Disable PGO when GCC is used due to startup crash

Bug: https://bugs.gentoo.org/701866
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
This commit is contained in:
Thomas Deutschmann
2019-12-03 13:48:47 +01:00
parent a5d2641026
commit 2250379764

View File

@@ -220,6 +220,10 @@ pkg_setup() {
if ! has usersandbox $FEATURES ; then
die "You must enable usersandbox as X server can not run as root!"
fi
if ! use clang ; then
die "Using GCC and PGO is currently broken!"
fi
fi
# Avoid PGO profiling problems due to enviroment leakage