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

Commit 1a4676a1 authored by Ying Wang's avatar Ying Wang Committed by Gerrit Code Review
Browse files

Merge "Increase the maximum javac heap size again."

parents 94147a91 d81d71a0
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-Xmx768M $(common_flags)
    COMMON_JAVAC := $(JAVACC) -J-Xmx1024M $(common_flags)
endif

# Eclipse.