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

Issue 155501: Add a variable that forces the release mac builds to use -O1 instead of -Os f... (Closed)

Created:
11 years, 5 months ago by TVL
Modified:
9 years, 7 months ago
Reviewers:
Mark Mentovai
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Add a variable that lets you override the optimization level for release builds (for valgrind -- to avoid inlining, etc.) Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=20636

Patch Set 1 #

Total comments: 2

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -0 lines) Patch
M build/common.gypi View 1 2 chunks +7 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
TVL
11 years, 5 months ago (2009-07-14 16:28:51 UTC) #1
TVL
http://codereview.chromium.org/155501/diff/1/2 File build/common.gypi (right): http://codereview.chromium.org/155501/diff/1/2#newcode195 Line 195: ['mac_release_dash_o1', {'GCC_OPTIMIZATION_LEVEL': '1'}], or would it make more ...
11 years, 5 months ago (2009-07-14 16:55:15 UTC) #2
Mark Mentovai
http://codereview.chromium.org/155501/diff/1/2 File build/common.gypi (right): http://codereview.chromium.org/155501/diff/1/2#newcode195 Line 195: ['mac_release_dash_o1', {'GCC_OPTIMIZATION_LEVEL': '1'}], On 2009/07/14 16:55:15, TVL wrote: ...
11 years, 5 months ago (2009-07-14 18:11:50 UTC) #3
TVL
new version up.
11 years, 5 months ago (2009-07-14 18:19:13 UTC) #4
Mark Mentovai
11 years, 5 months ago (2009-07-14 18:26:00 UTC) #5
Fix description to be more generic than -O1 and LGTM.

Powered by Google App Engine
This is Rietveld 408576698