summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNao Pross <naopross@thearcway.org>2018-11-24 18:31:46 +0100
committerNao Pross <naopross@thearcway.org>2018-11-24 18:31:46 +0100
commitd3e2168c3a449a96e5edc981c70e8d117abdfc15 (patch)
treef0dd383ec169ed9264e443680c092a80afe3fc53 /Makefile
parentRemove Swing dependency (diff)
downloadSubconscious-java-d3e2168c3a449a96e5edc981c70e8d117abdfc15.tar.gz
Subconscious-java-d3e2168c3a449a96e5edc981c70e8d117abdfc15.zip
Add RenderingHints and minor performance improvements
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
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