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

Unified Diff: scripts/master/factory/chromium_factory.py

Issue 2848024: Change the optimization settings from O1 to Os for the Mac Valgrind bots.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/buildbot/
Patch Set: Created 10 years, 6 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/master/factory/chromium_factory.py
===================================================================
--- scripts/master/factory/chromium_factory.py (revision 48146)
+++ scripts/master/factory/chromium_factory.py (working copy)
@@ -25,8 +25,8 @@
# on all buildbot masters to make it easier to move bots.
MEMORY_TOOLS_GYP_DEFINES = (
# gcc flags
- 'mac_debug_optimization=1 '
- 'mac_release_optimization=1 '
+ 'mac_debug_optimization=s '
+ 'mac_release_optimization=s '
'release_optimize=1 '
'no_gc_sections=1 '
'debug_extra_cflags="-g -fno-inline -fno-omit-frame-pointer -fno-builtin" '
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698