summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2013-04-30 05:13:55 -0700
committerPaul Phillips <paulp@improving.org>2013-04-30 05:13:55 -0700
commit132a7325235240c2bb0de45c8fe3b53578153714 (patch)
treed212d832f56856dfeaef4dbd2ea8de47c1447fbc
parent1fd4b7d2f435cf440f874ce99056bd1feeafa333 (diff)
parent17f810143422f703e13c39d0dcd5158e5dd5f278 (diff)
downloadscala-132a7325235240c2bb0de45c8fe3b53578153714.tar.gz
scala-132a7325235240c2bb0de45c8fe3b53578153714.tar.bz2
scala-132a7325235240c2bb0de45c8fe3b53578153714.zip
Merge pull request #2471 from paulp/pr/2.10.2/6532
SI-6532 emit debug info in compiled java.
-rw-r--r--build.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 3ec3a3f827..f12b4e8dbe 100644
--- a/build.xml
+++ b/build.xml
@@ -772,6 +772,7 @@ TODO:
<stopwatch name="@{project}.timer"/>
<mkdir dir="${@{project}-classes}"/>
<javac
+ debug="true"
srcdir="${src.dir}/@{project}"
destdir="${@{project}-classes}"
classpath="${@{project}-classes}"
@@ -805,6 +806,7 @@ TODO:
<sequential>
<javac
+ debug="true"
srcdir="${src.dir}/@{project}"
destdir="${build-@{stage}.dir}/classes/@{destproject}"
includes="**/*.java"