Loading core/combo/javac.mk +1 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,7 @@ ifdef JAVAC_WRAPPER endif # Whatever compiler is on this system. COMMON_JAVAC := $(JAVACC) -J-Xmx1024M $(common_jdk_flags) COMMON_JAVAC := $(JAVACC) -J-Xmx2048M $(common_jdk_flags) # Eclipse. ifeq ($(CUSTOM_JAVA_COMPILER), eclipse) Loading Loading
core/combo/javac.mk +1 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,7 @@ ifdef JAVAC_WRAPPER endif # Whatever compiler is on this system. COMMON_JAVAC := $(JAVACC) -J-Xmx1024M $(common_jdk_flags) COMMON_JAVAC := $(JAVACC) -J-Xmx2048M $(common_jdk_flags) # Eclipse. ifeq ($(CUSTOM_JAVA_COMPILER), eclipse) Loading