mirror of
https://github.com/moparisthebest/fernflower
synced 2024-11-22 17:22:18 -05:00
preserve debug information
This commit is contained in:
parent
ddffcf6f94
commit
ea3c37a8c2
@ -37,7 +37,7 @@
|
||||
|
||||
<target name="compile" depends="clean" description="compile sources (main module only)">
|
||||
<mkdir dir="${bin}"/>
|
||||
<javac srcdir="${src}" destdir="${bin}" source="1.6" target="1.6" encoding="UTF-8"/>
|
||||
<javac srcdir="${src}" destdir="${bin}" source="1.6" target="1.6" encoding="UTF-8" debug="true"/>
|
||||
</target>
|
||||
|
||||
<target name="jar" depends="compile" description="generate jar file">
|
||||
|
Loading…
Reference in New Issue
Block a user