File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -102,12 +102,12 @@ command:
102
102
103
103
### OS X/Linux/Unix:
104
104
105
- java -classpath path/to/rhino/js.jar:path/to/closure/compiler.jar org.mozilla.javascript.tools.shell.Main r.js main.js
105
+ java -classpath path/to/rhino/js.jar:path/to/closure/compiler.jar org.mozilla.javascript.tools.shell.Main -opt -1 r.js main.js
106
106
107
107
### Windows
108
108
109
- java -classpath path/to/rhino/js.jar;path/to/closure/compiler.jar org.mozilla.javascript.tools.shell.Main r.js main.js
110
-
109
+ java -classpath path/to/rhino/js.jar;path/to/closure/compiler.jar org.mozilla.javascript.tools.shell.Main -opt -1 r.js main.js
110
+ s
111
111
If you want to run it in the debugger, replace
112
112
org.mozilla.javascript.tools.shell.Main with
113
113
** org.mozilla.javascript.tools.debugger.Main** .
You can’t perform that action at this time.
0 commit comments