Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1408)

Unified Diff: scripts/slave/recipe_modules/chromium/config.py

Issue 1089773002: V8 Buildbot: Port recent asan config changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | scripts/slave/recipes/chromium.expected/full_client_v8_branches_Chromium_ASAN__symbolized_.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/chromium/config.py
diff --git a/scripts/slave/recipe_modules/chromium/config.py b/scripts/slave/recipe_modules/chromium/config.py
index 892eeb79e5b679f688be1f4ad3eaa6e6cd437cdc..0ec9e1af1c609eca0f27d2208b39e955fa17e565 100644
--- a/scripts/slave/recipe_modules/chromium/config.py
+++ b/scripts/slave/recipe_modules/chromium/config.py
@@ -417,7 +417,7 @@ def lsan(c):
@config_ctx()
def asan_symbolized(c):
c.gyp_env.GYP_DEFINES['release_extra_cflags'] = (
- '-gline-tables-only -O2 -fno-inline-functions -fno-inline')
+ '-fno-inline-functions -fno-inline')
@config_ctx()
def sanitizer_coverage(c):
« no previous file with comments | « no previous file | scripts/slave/recipes/chromium.expected/full_client_v8_branches_Chromium_ASAN__symbolized_.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698