Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 708242d5 authored by Ying Wang's avatar Ying Wang Committed by Gerrit Code Review
Browse files

Merge "Increase the maximum javac heap size."

parents 007faa43 01f11b2a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.