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

Issue 1757993006: Make Cmake work with debug build (Closed)

Created:
4 years, 9 months ago by hal.canary
Modified:
4 years, 9 months ago
Reviewers:
jcgregorio, mtklein
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Make Cmake work with debug build Before this CL, the following failed to link: cd .../skia git fetch git checkout origin/master git clean -ffdx SKIA="$PWD" cd $(mktemp -d); cmake "${SKIA}/cmake" -DCMAKE_BUILD_TYPE=Debug -G Ninja ninja GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1757993006 Committed: https://skia.googlesource.com/skia/+/7b0b2ca43517ef59aa78c3ad4ce2c49df9bffaff

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -1 line) Patch
M include/private/SkSpinlock.h View 2 chunks +2 lines, -1 line 0 comments Download

Messages

Total messages: 16 (4 generated)
hal.canary
ptal
4 years, 9 months ago (2016-03-04 15:52:25 UTC) #3
jcgregorio
lgtm
4 years, 9 months ago (2016-03-04 15:54:43 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1757993006/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1757993006/1
4 years, 9 months ago (2016-03-04 16:18:00 UTC) #6
mtklein
How is this Debug specific?
4 years, 9 months ago (2016-03-04 16:23:48 UTC) #7
hal.canary
On 2016/03/04 16:23:48, mtklein wrote: > How is this Debug specific? I am not sure. ...
4 years, 9 months ago (2016-03-04 16:26:20 UTC) #8
mtklein
On 2016/03/04 16:26:20, Hal Canary wrote: > On 2016/03/04 16:23:48, mtklein wrote: > > How ...
4 years, 9 months ago (2016-03-04 16:27:21 UTC) #9
jcgregorio
On 2016/03/04 at 16:27:21, mtklein wrote: > On 2016/03/04 16:26:20, Hal Canary wrote: > > ...
4 years, 9 months ago (2016-03-04 16:28:39 UTC) #10
hal.canary
On 2016/03/04 16:27:21, mtklein wrote: > On 2016/03/04 16:26:20, Hal Canary wrote: > > On ...
4 years, 9 months ago (2016-03-04 16:29:51 UTC) #11
hal.canary
On 2016/03/04 16:27:21, mtklein wrote: > On 2016/03/04 16:26:20, Hal Canary wrote: > > On ...
4 years, 9 months ago (2016-03-04 16:29:53 UTC) #12
commit-bot: I haz the power
Committed patchset #1 (id:1) as https://skia.googlesource.com/skia/+/7b0b2ca43517ef59aa78c3ad4ce2c49df9bffaff
4 years, 9 months ago (2016-03-04 16:30:08 UTC) #14
mtklein
On 2016/03/04 16:28:39, jcgregorio wrote: > On 2016/03/04 at 16:27:21, mtklein wrote: > > On ...
4 years, 9 months ago (2016-03-04 16:35:16 UTC) #15
jcgregorio
4 years, 9 months ago (2016-03-04 21:22:20 UTC) #16
Message was sent while issue was closed.
On 2016/03/04 at 16:35:16, mtklein wrote:
> On 2016/03/04 16:28:39, jcgregorio wrote:
> > On 2016/03/04 at 16:27:21, mtklein wrote:
> > > On 2016/03/04 16:26:20, Hal Canary wrote:
> > > > On 2016/03/04 16:23:48, mtklein wrote:
> > > > > How is this Debug specific?
> > > > 
> > > > I am not sure.  It seems to be specific to Debug cmake builds only.
> > > 
> > > That's odd.   You understand why that should not be the case, right?
> > > 
> > > Out of curiosity, what are we doing with Debug CMake builds?
> > 
> > I found this when I was trying to build fiddle, which we currently build
with
> > Release_Developer. It's a good question if that's the correct build for
fiddle.
> 
> To my knowledge, the only major way Release_Developer is different from
Release is that it enables SkRTConf.  Do you use that directly?
> Skia will run much slower in Debug mode.  I'd suggest the default Release
build if you start using CMake to build Skia for Fiddle.

Thanks, I'll switch to Release mode.

Powered by Google App Engine
This is Rietveld 408576698