Bug 154033 - [GTK][EFL] Fix several build configuration related to SamplingProfiler after r196245
Summary: [GTK][EFL] Fix several build configuration related to SamplingProfiler after ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Csaba Osztrogonác
URL:
Keywords:
Depends on:
Blocks: 153638
  Show dependency treegraph
 
Reported: 2016-02-09 09:06 PST by Csaba Osztrogonác
Modified: 2016-02-09 10:25 PST (History)
4 users (show)

See Also:


Attachments
Patch (2.81 KB, patch)
2016-02-09 09:21 PST, Csaba Osztrogonác
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Csaba Osztrogonác 2016-02-09 09:06:01 PST
For example the --minimal build is broken due to two reason:
- cmake defines ENABLE_SAMPLING_PROFILER to true, which causes redefinition in Platform.h
- JIT is disabled, but sampling profiler is enabled, which is unsupported configuration

Fix is coming.
Comment 1 Csaba Osztrogonác 2016-02-09 09:21:51 PST
Created attachment 270933 [details]
Patch
Comment 2 WebKit Commit Bot 2016-02-09 10:25:38 PST
Comment on attachment 270933 [details]
Patch

Clearing flags on attachment: 270933

Committed r196315: <http://trac.webkit.org/changeset/196315>
Comment 3 WebKit Commit Bot 2016-02-09 10:25:40 PST
All reviewed patches have been landed.  Closing bug.