Sophie

Sophie

distrib > Mageia > 5 > i586 > by-pkgid > a9b1d67ad041f7d57d9131842bd45d4c > files > 13

chromium-browser-stable-55.0.2883.87-1.mga5.src.rpm

--- chromium-55.0.2883.75/build/config/compiler/BUILD.gn.0103	2016-12-09 00:21:01.790000000 +0100
+++ chromium-55.0.2883.75/build/config/compiler/BUILD.gn	2016-12-09 00:28:21.480000000 +0100
@@ -403,15 +403,6 @@
     cflags += [ "-fdiagnostics-absolute-paths" ]
   }
 
-  # Makes builds independent of absolute file path.
-  # clang-cl (used if is_win) doesn't expose this flag.
-  # Currently disabled for nacl since its toolchain lacks this flag (too old).
-  # TODO(zforman): Once nacl's toolchain is updated, remove check.
-  if (is_clang && is_linux) {
-    absolute_path = rebase_path("//.")
-    cflags += [ "-fdebug-prefix-map=$absolute_path=." ]
-  }
-
   # C++11 compiler flags setup.
   # ---------------------------
   if (is_linux || is_android || (is_nacl && is_clang)) {