am 9efc18fb: am da3eec42: am 708242d5: Merge "Increase the maximum javac heap size."
* commit '9efc18fb99d6d4229a1d4ad993b50b6ffb15f054': Increase the maximum javac heap size.
This commit is contained in:
commit
d2c1f1228d
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue