mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Support SpiderMonkey jitspew.
This commit is contained in:
parent
5926577534
commit
689b32c6e4
6 changed files with 7 additions and 2 deletions
|
@ -14,6 +14,7 @@ path = "lib.rs"
|
|||
|
||||
[features]
|
||||
debugmozjs = ['js/debugmozjs']
|
||||
jitspew = ['js/jitspew']
|
||||
profilemozjs = ['js/profilemozjs']
|
||||
unrooted_must_root_lint = ["script_plugins/unrooted_must_root_lint"]
|
||||
default = ["unrooted_must_root_lint"]
|
||||
|
|
|
@ -17,6 +17,7 @@ egl = ["mozangle/egl"]
|
|||
energy-profiling = ["profile_traits/energy-profiling"]
|
||||
profilemozjs = ["script/profilemozjs"]
|
||||
googlevr = ["webvr/googlevr"]
|
||||
jitspew = ["script/jitspew"]
|
||||
js_backtrace = ["script/js_backtrace"]
|
||||
layout-2013 = ["layout_thread_2013"]
|
||||
layout-2020 = ["layout_thread_2020"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue