aboutsummaryrefslogtreecommitdiffstats
path: root/components/script
diff options
context:
space:
mode:
authorJosh Matthews <josh@joshmatthews.net>2020-04-01 11:32:53 -0400
committerJosh Matthews <josh@joshmatthews.net>2020-04-01 11:32:53 -0400
commit689b32c6e421667202dfbacb103c659e0a093942 (patch)
tree9896ed00110ac58fc89d0bbef8ec5eeaf80d957e /components/script
parent59265775346cbab86467bea7e52b1922c1a31a11 (diff)
downloadservo-689b32c6e421667202dfbacb103c659e0a093942.tar.gz
servo-689b32c6e421667202dfbacb103c659e0a093942.zip
Support SpiderMonkey jitspew.
Diffstat (limited to 'components/script')
-rw-r--r--components/script/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/Cargo.toml b/components/script/Cargo.toml
index d6767355f9e..25e4f7895ed 100644
--- a/components/script/Cargo.toml
+++ b/components/script/Cargo.toml
@@ -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"]