Chromium Code Reviews| Index: third_party/tcmalloc/BUILD.gn |
| diff --git a/third_party/tcmalloc/BUILD.gn b/third_party/tcmalloc/BUILD.gn |
| index 856842941b13729400cd7421774075c8bba4e05b..1ca5e111da356c105be6b54961a777580ffa8951 100644 |
| --- a/third_party/tcmalloc/BUILD.gn |
| +++ b/third_party/tcmalloc/BUILD.gn |
| @@ -101,7 +101,7 @@ source_set("tcmalloc") { |
| "-fpermissive", |
| ] |
| - if (!is_clang && current_cpu == "x86") { |
| + if (!is_clang) { |
| cflags += [ "-Wno-format" ] |
| } |