From d3e2168c3a449a96e5edc981c70e8d117abdfc15 Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Sat, 24 Nov 2018 18:31:46 +0100 Subject: Add RenderingHints and minor performance improvements --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8db1cc8..cb157b1 100644 --- a/Makefile +++ b/Makefile @@ -15,8 +15,7 @@ USE_JDB := 0 # java runtime configuration JAVA := java -JAVA_ARGS := -Dawt.useSystemAAFontSettings=on -cp ../lib/gson-2.6.2.jar:. \ - -Xmx2G +JAVA_ARGS := -cp ../lib/gson-2.6.2.jar:. -Xmx2G ifeq ($(USE_JDB),1) JAVA_ARGS += -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8000 endif -- cgit v1.2.1