From 3be36c1bc096aa2f50d39a090924ab72faa09f54 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Tue, 11 Jan 2022 19:31:06 -0500 Subject: trying to fix clang build --- www-client/chromium/chromium-99.0.4818.0.ebuild | 3 +++ 1 file changed, 3 insertions(+) (limited to 'www-client') diff --git a/www-client/chromium/chromium-99.0.4818.0.ebuild b/www-client/chromium/chromium-99.0.4818.0.ebuild index 7998f52..55651a4 100644 --- a/www-client/chromium/chromium-99.0.4818.0.ebuild +++ b/www-client/chromium/chromium-99.0.4818.0.ebuild @@ -752,6 +752,9 @@ src_configure() { # Disable unknown warning message from clang. tc-is-clang && append-flags -Wno-unknown-warning-option + # crbug #1189788 + tc-is-clang && append-flags -U_GLIBCXX_ASSERTIONS + # Explicitly disable ICU data file support for system-icu builds. if use system-icu; then myconf_gn+=" icu_use_data_file=false" -- cgit v1.2.3