mirror of
https://github.com/opencv/opencv.git
synced 2025-06-11 11:45:30 +08:00
java(test): enable debug mode to show useful stacktraces
This commit is contained in:
parent
e07ffe902e
commit
171dd9eff5
@ -21,7 +21,7 @@
|
||||
<target name="compile">
|
||||
<mkdir dir="build/classes"/>
|
||||
|
||||
<javac sourcepath="" srcdir="src" destdir="build/classes" includeantruntime="false" >
|
||||
<javac sourcepath="" srcdir="src" destdir="build/classes" debug="on" includeantruntime="false" >
|
||||
<include name="**/*.java"/>
|
||||
<classpath refid="master-classpath"/>
|
||||
</javac>
|
||||
|
Loading…
Reference in New Issue
Block a user