Sophie

Sophie

distrib > Mageia > 8 > armv7hl > by-pkgid > f69ae0739490cf41fb5005796733ef52 > files > 24

chromium-browser-stable-109.0.5414.74-1.mga8.src.rpm

--- patch109/build/config/compiler/BUILD.gn	2022-12-25 21:57:21.589178349 +0100
+++ patch109/build/config/compiler/BUILD.gn.simple-template-names	2022-12-25 22:08:18.256749105 +0100
@@ -768,17 +768,6 @@ config("compiler") {
     cflags += [ "-fcomplete-member-pointers" ]
   }
 
-  # Use DWARF simple template names, with the following exceptions:
-  #
-  # * Windows is not supported as it doesn't use DWARF.
-  # * Apple platforms (e.g. MacOS, iPhone, iPad) aren't supported because xcode
-  #   lldb doesn't have the needed changes yet.
-  # * Fuchsia isn't supported as zxdb doesn't support simple template names yet.
-  # TODO(crbug.com/1379070): Remove if the upstream default ever changes.
-  if (is_clang && !is_nacl && !is_win && !is_apple && !is_fuchsia) {
-    cflags_cc += [ "-gsimple-template-names" ]
-  }
-
   # MLGO specific flags. These flags enable an ML-based inliner trained on
   # Chrome on Android (arm32) with ThinLTO enabled, optimizing for size.
   # The "release" ML model is embedded into clang as part of its build.