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
On 2010/07/03 08:48:59, Lei Zhang wrote:
> TBR
>
> Attempting to revive Chromium Mac Builder (dbg).
Build bot revived. I should mention fastbuild=1 is set locally in
~/.gyp/include.gypi
LGTM, but why set any -g at all? The backtraces won’t have any function/file/line information ...
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.
Issue 2853028: Mac: Enable fastbuild.
(Closed)
Created 4 years, 11 months ago by Lei Zhang
Modified 4 years ago
Reviewers: Mark Mentovai - out til August
Base URL: svn://chrome-svn/chrome/trunk/src/
Comments: 0