summaryrefslogtreecommitdiffstats
path: root/gpu
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 /gpu
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 'gpu')
-rw-r--r--gpu/command_buffer/service/BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpu/command_buffer/service/BUILD.gn b/gpu/command_buffer/service/BUILD.gn
index 825b856..ec6d209 100644
--- a/gpu/command_buffer/service/BUILD.gn
+++ b/gpu/command_buffer/service/BUILD.gn
@@ -161,7 +161,7 @@ source_set("service_sources") {
if (is_android && !is_debug) {
# On Android optimize more since this component can be a bottleneck.
- configs -= [ "//build/config/compiler:optimize" ]
+ configs -= [ "//build/config/compiler:default_optimization" ]
configs += [ "//build/config/compiler:optimize_max" ]
}
}