summaryrefslogtreecommitdiffstats
path: root/breakpad/BUILD.gn
diff options
context:
space:
mode:
authorbrettw <brettw@chromium.org>2015-09-14 14:40:01 -0700
committerCommit bot <commit-bot@chromium.org>2015-09-14 21:41:14 +0000
commit4cab0f1c83325704d637168c43fabc894f97939d (patch)
tree2923e14d7f77d7bc766867dffdda7a01640556f7 /breakpad/BUILD.gn
parent125cde33c45c37472639c94e4af73760042bdcb0 (diff)
downloadchromium_src-4cab0f1c83325704d637168c43fabc894f97939d.zip
chromium_src-4cab0f1c83325704d637168c43fabc894f97939d.tar.gz
chromium_src-4cab0f1c83325704d637168c43fabc894f97939d.tar.bz2
Move sanitizer and symbol flags out of BUILDCONFIG
TBR=mmoss@chromium.org (chrome/installer/linux) CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1324623005 Cr-Commit-Position: refs/heads/master@{#348727}
Diffstat (limited to 'breakpad/BUILD.gn')
-rw-r--r--breakpad/BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/breakpad/BUILD.gn b/breakpad/BUILD.gn
index c075816..5a4914a 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" ]
}