Bug 131177 - [CMake] Support building with Debug Fission
Summary: [CMake] Support building with Debug Fission
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Gustavo Noronha (kov)
URL:
Keywords:
Depends on:
Blocks: 148639
  Show dependency treegraph
 
Reported: 2014-04-03 12:00 PDT by Gustavo Noronha (kov)
Modified: 2019-07-24 00:43 PDT (History)
7 users (show)

See Also:


Attachments
Patch (1.93 KB, patch)
2014-04-03 12:03 PDT, Gustavo Noronha (kov)
pnormand: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gustavo Noronha (kov) 2014-04-03 12:00:07 PDT
[CMake] Support building with Debug Fission
Comment 1 Gustavo Noronha (kov) 2014-04-03 12:03:42 PDT
Created attachment 228527 [details]
Patch
Comment 2 Philippe Normand 2014-05-15 00:25:32 PDT
Comment on attachment 228527 [details]
Patch

Looks good, thanks! Do you think we could later enable this option by default?
Comment 3 Gustavo Noronha (kov) 2014-05-20 12:09:13 PDT
It renders some tools such as ccache useless, but I think we can consider that for debug builds, yeah.
Comment 4 Gustavo Noronha (kov) 2014-05-21 06:09:41 PDT
Committed r169157: <http://trac.webkit.org/changeset/169157>
Comment 5 Carlos Alberto Lopez Perez 2015-08-31 04:54:45 PDT
(In reply to comment #3)
> It renders some tools such as ccache useless, but I think we can consider
> that for debug builds, yeah.

Seems ccache 3.2.3 has added support for this:

https://ccache.samba.org/releasenotes.html#_ccache_3_2_3