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

Issue 2853028: Mac: Enable fastbuild. (Closed)

Created:
10 years, 5 months ago by Lei Zhang
Modified:
9 years, 7 months ago
Reviewers:
Mark Mentovai
CC:
chromium-reviews, vandebo (ex-Chrome), M-A Ruel
Visibility:
Public.

Description

Mac: Enable fastbuild. BUG=none TEST=xcode passes -g1 to g++. TBR=mark Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=51597

Patch Set 1 : one more time #

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

Messages

Total messages: 3 (0 generated)
Lei Zhang
TBR Attempting to revive Chromium Mac Builder (dbg).
10 years, 5 months ago (2010-07-03 08:48:59 UTC) #1
Lei Zhang
On 2010/07/03 08:48:59, Lei Zhang wrote: > TBR > > Attempting to revive Chromium Mac ...
10 years, 5 months ago (2010-07-03 09:15:15 UTC) #2
Mark Mentovai
10 years, 5 months ago (2010-07-07 17:03:39 UTC) #3
LGTM, but why set any -g at all? The backtraces won’t have any
function/file/line information available in the DWARF data. If it’s a debug
build, there will be symbols so function names will be available, but you’d get
those without -g. We don’t use -fomit-frame-pointer (and we never will in debug
builds) so debugging data is never necessary to assist backtracing. In release
builds, -g1 would eliminate even function names; it would allow the production
of a backtrace of -fomit-frame-pointer code (which we may one day have) but it’d
be useless without any other debugging data.

Powered by Google App Engine
This is Rietveld 408576698