mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 633023: Add -p option to xpcshell. r=billm
This commit is contained in:
parent
d4edb54e54
commit
ab5a5375c3
@ -1322,6 +1322,9 @@ ProcessArgs(JSContext *cx, JSObject *obj, char **argv, int argc)
|
||||
case 'm':
|
||||
JS_ToggleOptions(cx, JSOPTION_METHODJIT);
|
||||
break;
|
||||
case 'p':
|
||||
JS_ToggleOptions(cx, JSOPTION_PROFILING);
|
||||
break;
|
||||
default:
|
||||
return usage();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user