Index: breakpad/BUILD.gn |
diff --git a/breakpad/BUILD.gn b/breakpad/BUILD.gn |
index c075816a76ea5d3811974f40075aa7e811d6890d..5a4914ae94e2385be2ac7e744772a79fac5a8fcd 100644 |
--- a/breakpad/BUILD.gn |
+++ b/breakpad/BUILD.gn |
@@ -262,7 +262,7 @@ if (current_toolchain == host_toolchain && is_mac) { |
# not crash at -Os. To play it safe, dump_syms is always built |
# at -O0 until this can be sorted out. |
# http://code.google.com/p/google-breakpad/issues/detail?id=329 |
- configs -= [ "//build/config/compiler:optimize" ] |
+ configs -= [ "//build/config/compiler:default_optimization" ] |
cflags += [ "-O0" ] |
} |