summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c666d9b..a3f220e 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ DEBUG=1
# java compiler configuraton
JAVAC := javac
-JAVAC_ARGS := -Xlint:all \
+JAVAC_ARGS := -Xlint:all -Xdiags:verbose \
-classpath lib/gson-2.6.2.jar:. \
-sourcepath src