Merge "Increase the maximum javac heap size."

This commit is contained in:
Ying Wang 2014-03-27 18:57:17 +00:00 committed by Gerrit Code Review
commit 708242d599

View file

@ -27,7 +27,7 @@ ifeq ($(BUILD_OS), windows)
COMMON_JAVAC := development/host/windows/prebuilt/javawrap.exe -J-Xmx256m \
$(common_flags)
else
COMMON_JAVAC := $(JAVACC) -J-Xmx512M $(common_flags)
COMMON_JAVAC := $(JAVACC) -J-Xmx768M $(common_flags)
endif
# Eclipse.