Skip to content

Commit

Permalink
Synchronize java arguments in cbt.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-zh committed Oct 13, 2016
1 parent 873f0d6 commit 858c3f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cbt.bat
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ IF %changed%==1 (
)

REM TODO 0.0 should be replaced by actual spent time, see ./cbt
IF %use_nailgun%==0 java -cp %NAILGUN%%TARGET% cbt.NailgunLauncher 0.0 %CWD% %*
IF %use_nailgun%==0 java %JAVA_OPTS% -Xmx6072m -Xss10M -XX:+TieredCompilation -XX:TieredStopAtLevel=1 -Xverify:none -cp %NAILGUN%%TARGET% cbt.NailgunLauncher 0.0 %CWD% %*
IF %use_nailgun%==0 GOTO :ENDIF

SET /A counter=0
Expand Down

0 comments on commit 858c3f9

Please sign in to comment.