summaryrefslogtreecommitdiff
blob: 97d5e1670bdbd556ec3fc6ca38e7682f1956d2d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- build/config/compiler/BUILD.gn.orig	2016-05-30 13:50:15.341749039 +0000
+++ build/config/compiler/BUILD.gn	2016-05-30 13:50:30.502061407 +0000
@@ -203,15 +203,6 @@
         cflags += [ "-fstack-protector" ]
       }
     }
-
-    # Linker warnings.
-    if (!(is_chromeos && current_cpu == "arm") &&
-        !(is_android && use_order_profiling) && !is_mac && !is_ios) {
-      # TODO(jochen): Enable this on chromeos on arm. http://crbug.com/356580
-      # TODO(lizeb,pasko): Fix link errors when linking with order_profiling=1
-      # crbug.com/485542
-      ldflags += [ "-Wl,--fatal-warnings" ]
-    }
   }
 
   if (is_clang && is_debug) {