Support SpiderMonkey jitspew.

This commit is contained in:
Josh Matthews 2020-04-01 11:32:53 -04:00
parent 5926577534
commit 689b32c6e4
6 changed files with 7 additions and 2 deletions

View file

@ -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"]