Chromium Code Reviews
Help | Chromium Project | Sign in
(2)

Issue 2853028: Mac: Enable fastbuild. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
4 years, 11 months ago by Lei Zhang
Modified:
4 years ago
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
Commit: CQ not working?

Messages

Total messages: 3 (0 generated)
Lei Zhang
TBR Attempting to revive Chromium Mac Builder (dbg).
4 years, 11 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 ...
4 years, 11 months ago (2010-07-03 09:15:15 UTC) #2
Mark Mentovai - out til August
4 years, 10 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.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld ec887be