You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
650 B

--- 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) {