Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(2250)

Issue 5142050: Generate symbols in release builds (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 9 months ago by bsalomon
Modified:
12 years, 9 months ago
Reviewers:
bungeman, epoger
CC:
skia-review_googlegroups.com
Base URL:
http://skia.googlecode.com/svn/trunk/gyp/
Visibility:
Public.

Patch Set 1 #

Total comments: 1

Patch Set 2 : use /Zi in release #

Patch Set 3 : fix comment #

Patch Set 4 : update #

Patch Set 5 : update #

Total comments: 2

Patch Set 6 : add ltcg #

Patch Set 7 : incremental link in debug build #

Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -7 lines) Patch
M common_conditions.gypi View 1 2 3 4 5 6 3 chunks +22 lines, -7 lines 0 comments Download

Messages

Total messages: 9
bsalomon
12 years, 9 months ago (2011-09-27 21:37:20 UTC) #1
epoger
http://codereview.appspot.com/5142050/diff/1/common_conditions.gypi File common_conditions.gypi (left): http://codereview.appspot.com/5142050/diff/1/common_conditions.gypi#oldcode31 common_conditions.gypi:31: 'DebugInformationFormat': '1', # debugOldStyleInfo (/Z7) The reason I set ...
12 years, 9 months ago (2011-09-27 21:45:56 UTC) #2
bsalomon
On 2011/09/27 21:45:56, epoger wrote: > http://codereview.appspot.com/5142050/diff/1/common_conditions.gypi > File common_conditions.gypi (left): > > http://codereview.appspot.com/5142050/diff/1/common_conditions.gypi#oldcode31 > ...
12 years, 9 months ago (2011-09-27 22:36:30 UTC) #3
bungeman
Should add LinkTimeCodeGeneration to VCLinkerTool for release. http://codereview.appspot.com/5142050/diff/8001/common_conditions.gypi File common_conditions.gypi (right): http://codereview.appspot.com/5142050/diff/8001/common_conditions.gypi#newcode61 common_conditions.gypi:61: 'VCLinkerTool': { ...
12 years, 9 months ago (2011-09-28 13:06:11 UTC) #4
bsalomon
http://codereview.appspot.com/5142050/diff/8001/common_conditions.gypi File common_conditions.gypi (right): http://codereview.appspot.com/5142050/diff/8001/common_conditions.gypi#newcode61 common_conditions.gypi:61: 'VCLinkerTool': { On 2011/09/28 13:06:11, bungeman wrote: > Should ...
12 years, 9 months ago (2011-09-28 13:13:51 UTC) #5
epoger
On 2011/09/28 13:13:51, bsalomon wrote: > http://codereview.appspot.com/5142050/diff/8001/common_conditions.gypi > File common_conditions.gypi (right): > > http://codereview.appspot.com/5142050/diff/8001/common_conditions.gypi#newcode61 > ...
12 years, 9 months ago (2011-09-28 13:39:48 UTC) #6
bungeman
On 2011/09/28 13:13:51, bsalomon wrote: > http://codereview.appspot.com/5142050/diff/8001/common_conditions.gypi > File common_conditions.gypi (right): > > http://codereview.appspot.com/5142050/diff/8001/common_conditions.gypi#newcode61 > ...
12 years, 9 months ago (2011-09-28 13:48:34 UTC) #7
bsalomon
Checked in at r2346. I removed -g from the gcc release build flags because it ...
12 years, 9 months ago (2011-09-28 14:34:02 UTC) #8
bsalomon
12 years, 9 months ago (2011-09-28 14:34:48 UTC) #9
On 2011/09/28 14:34:02, bsalomon wrote:
> Checked in at r2346. I removed -g from the gcc release build flags because it
> embeds the symbols in the executable. We can make separate sym files but it
> isn't as simple as setting a single file.

err.. I mean "single flag".

> 
> I also commented out the change to the floating point model because it would
> require new gm baseline images.
Sign in to reply to this message.

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