[Webkit-unassigned] [Bug 191941] New: [GTK] Disable the sampling profiler by default if the JIT is off
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Nov 24 02:58:27 PST 2018
https://bugs.webkit.org/show_bug.cgi?id=191941
Bug ID: 191941
Summary: [GTK] Disable the sampling profiler by default if the
JIT is off
Product: WebKit
Version: Other
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit Gtk
Assignee: webkit-unassigned at lists.webkit.org
Reporter: berto at igalia.com
CC: bugs-noreply at webkitgtk.org
ENABLE_SAMPLING_PROFILER is on by default but it conflicts with ENABLE_C_LOOP, so the build fails on platform where the JIT is not supported, like x86:
This is what happens with WebKitGTK+ 2.23.1:
CMake Error at Source/cmake/WebKitFeatures.cmake:252 (message):
ENABLE_SAMPLING_PROFILER conflicts with ENABLE_C_LOOP. You must disable
one or the other.
Call Stack (most recent call first):
Source/cmake/WebKitFeatures.cmake:260 (_WEBKIT_OPTION_ENFORCE_CONFLICTS)
Source/cmake/WebKitFeatures.cmake:285 (_WEBKIT_OPTION_ENFORCE_ALL_CONFLICTS)
Source/cmake/OptionsGTK.cmake:162 (WEBKIT_OPTION_END)
Source/cmake/WebKitCommon.cmake:59 (include)
CMakeLists.txt:163 (include)
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20181124/223c8c06/attachment.html>
More information about the webkit-unassigned
mailing list