Skip to content
This repository was archived by the owner on Jun 5, 2020. It is now read-only.

Commit 78778cc

Browse files
committed
Increase compilation speed by 2x
One simple command line option change for much better compile speed. See: https://code.google.com/p/closure-compiler/wiki/FAQ#What_are_the_recommended_Java_VM_command-line_options?
1 parent e196aff commit 78778cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ClosureCompiler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
delete options["js"];
152152
delete options["js_output_file"];
153153

154-
var args = '-jar "'+__dirname+'/compiler/compiler.jar"';
154+
var args = '-client -d32 -jar "'+__dirname+'/compiler/compiler.jar"';
155155

156156
// Source files
157157
if (!(files instanceof Array)) {

0 commit comments

Comments
 (0)