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

Unified Diff: tools/buildbot/master.chromium/master.cfg

Issue 195078: Added NVALGRIND define [on by default]. Can be turned off on valgrind slaves ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/
Patch Set: '' Created 11 years, 3 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 | « tools/buildbot/master.chromium.fyi/master.cfg ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/buildbot/master.chromium/master.cfg
===================================================================
--- tools/buildbot/master.chromium/master.cfg (revision 26230)
+++ tools/buildbot/master.chromium/master.cfg (working copy)
@@ -573,7 +573,9 @@
f_sub_dbg_linux = m_sub_linux.SubmoduleFactory('sub-dbg-linux', target='Debug')
# On linux valgrind bots, override a few build settings.
-linux_valgrind_gyp_defines = 'release_optimize=1 werror= release_extra_cflags="-g"'
+linux_valgrind_gyp_defines = ('release_valgrind_build=1 '
+ 'release_optimize=1 werror= '
+ 'release_extra_cflags="-g"')
f_chromium_rel_linux_valgrind_ui = F_LINUX(
'chromium-rel-linux-valgrind-ui', target='Release',
@@ -756,7 +758,8 @@
# On Mac valgrind bots, override the optimizer settings so we don't inline too
# much and make the stacks harder to figure out.
-mac_valgrind_gyp_defines = 'mac_release_optimization=1'
+mac_valgrind_gyp_defines = ('release_valgrind_build=1 '
+ 'mac_release_optimization=1')
# TODO(tvl): it would be nice to better tweak what is built by this to speed
# up the compile cycle times.
« no previous file with comments | « tools/buildbot/master.chromium.fyi/master.cfg ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698