summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorRoman Shevchenko <roman.shevchenko@jetbrains.com>2014-05-19 21:45:00 +0400
committerRoman Shevchenko <roman.shevchenko@jetbrains.com>2014-05-19 21:45:00 +0400
commitea3c37a8c2d912d8f56fa7bb118c57b9fdc4913d (patch)
tree5a01156da6fc3a10f2e491a8adfb8a287ae16e91 /build.xml
parentddffcf6f9471b52977fbe61b3cf88c1a26a06753 (diff)
downloadfernflower-ea3c37a8c2d912d8f56fa7bb118c57b9fdc4913d.tar
fernflower-ea3c37a8c2d912d8f56fa7bb118c57b9fdc4913d.tar.gz
fernflower-ea3c37a8c2d912d8f56fa7bb118c57b9fdc4913d.tar.lz
fernflower-ea3c37a8c2d912d8f56fa7bb118c57b9fdc4913d.tar.xz
fernflower-ea3c37a8c2d912d8f56fa7bb118c57b9fdc4913d.zip
preserve debug information
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 624be4c..44b1ca6 100644
--- a/build.xml
+++ b/build.xml
@@ -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">