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

Issue 159621: Add a way to inject extra cflags in release builds.... (Closed)

Created:
11 years, 4 months ago by dank
Modified:
9 years, 7 months ago
Reviewers:
Evan Martin, fta
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Add a way to inject extra cflags in release builds. (I intend to use this as a quickie way to add -g to Release builds so I can see symbols. Is there a better way?) Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=22064

Patch Set 1 #

Patch Set 2 : '' #

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

Messages

Total messages: 5 (0 generated)
dank
So we can get line numbers on linux release valgrind bots.
11 years, 4 months ago (2009-07-30 01:26:44 UTC) #1
Evan Martin
Hm, maybe we should obey CFLAGS from the environment?
11 years, 4 months ago (2009-07-30 01:28:35 UTC) #2
not_the_right_dank
On Wed, Jul 29, 2009 at 6:28 PM, <evan@chromium.org> wrote: > > Hm, maybe we ...
11 years, 4 months ago (2009-07-30 03:34:57 UTC) #3
Evan Martin
OK, LGTM One final thought: maybe just make it plain "extra_flags"? Since a given build ...
11 years, 4 months ago (2009-07-30 17:35:53 UTC) #4
fta
11 years, 4 months ago (2009-07-30 19:05:20 UTC) #5
in Ubuntu, I pass SYMBOLS=1 to scons. If it's in possible in gyp, it's even
better.

Powered by Google App Engine
This is Rietveld 408576698