am 708242d5
: Merge "Increase the maximum javac heap size."
* commit '708242d599cad926dc37637b04e0a71711271a17': Increase the maximum javac heap size.
This commit is contained in:
commit
da3eec42e1
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue