Site
Gitweb
Static
projects
/
tile-draw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d01665
)
Miscellaneous build file changes
author
Jakob Cornell
<jakob+gpg@jcornell.net>
Thu, 4 Feb 2021 01:25:38 +0000
(19:25 -0600)
committer
Jakob Cornell
<jakob+gpg@jcornell.net>
Thu, 4 Feb 2021 01:25:38 +0000
(19:25 -0600)
build.xml
patch
|
blob
|
history
diff --git
a/build.xml
b/build.xml
index f2ab79c435a59e523031820a5d26acf78bf28c84..bbe5772a8a370faed5e891b28ec4b4924e293c58 100644
(file)
--- a/
build.xml
+++ b/
build.xml
@@
-12,7
+12,9
@@
</target>
<target name="compile" depends="setup">
- <javac srcdir="${src}" destdir="${out}/classes" debug="true" />
+ <javac srcdir="${src}" destdir="${out}/classes" debug="false">
+ <compilerarg value="-Xlint:unchecked" />
+ </javac>
</target>
<target name="jar" depends="compile">