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

Unified Diff: tools/buildbot/master.chromium.fyi/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 | « src/build/common.gypi ('k') | tools/buildbot/master.chromium/master.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/buildbot/master.chromium.fyi/master.cfg
===================================================================
--- tools/buildbot/master.chromium.fyi/master.cfg (revision 26230)
+++ tools/buildbot/master.chromium.fyi/master.cfg (working copy)
@@ -307,7 +307,9 @@
# 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_debug_optimization=1'
+mac_valgrind_gyp_defines = ('release_valgrind_build=1 '
+ 'mac_release_optimization=1 '
+ 'mac_debug_optimization=1')
# temporary hack: use debug builds for mac valgrind ui tests
# until we figure out why we can't get stacks on release builds
@@ -339,7 +341,8 @@
'-target', 'ui_tests'])
# On linux valgrind bots, override a few build settings.
-linux_valgrind_gyp_defines = ('release_optimize=1 werror= '
+linux_valgrind_gyp_defines = ('release_valgrind_build=1 '
+ 'release_optimize=1 werror= '
'release_extra_cflags="-g"')
f_sub_rel_linux_tsan = m_linux.ChromiumFactory('sub-rel-linux-tsan',
« no previous file with comments | « src/build/common.gypi ('k') | tools/buildbot/master.chromium/master.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698