diff options
author | Josh Matthews <josh@joshmatthews.net> | 2020-04-01 11:32:53 -0400 |
---|---|---|
committer | Josh Matthews <josh@joshmatthews.net> | 2020-04-01 11:32:53 -0400 |
commit | 689b32c6e421667202dfbacb103c659e0a093942 (patch) | |
tree | 9896ed00110ac58fc89d0bbef8ec5eeaf80d957e /components/script | |
parent | 59265775346cbab86467bea7e52b1922c1a31a11 (diff) | |
download | servo-689b32c6e421667202dfbacb103c659e0a093942.tar.gz servo-689b32c6e421667202dfbacb103c659e0a093942.zip |
Support SpiderMonkey jitspew.
Diffstat (limited to 'components/script')
-rw-r--r-- | components/script/Cargo.toml | 1 |
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"] |