summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorIulian Dragos <jaguarul@gmail.com>2005-11-30 16:31:54 +0000
committerIulian Dragos <jaguarul@gmail.com>2005-11-30 16:31:54 +0000
commitc037162241748b0b19612051c6fded8dc81916ca (patch)
tree9c058949466918c03927a7acdffab8bb20f06e07 /build.xml
parent81592cfd532c1b857c3a3f4f6b8dd3d51a83cc0b (diff)
downloadscala-c037162241748b0b19612051c6fded8dc81916ca.tar.gz
scala-c037162241748b0b19612051c6fded8dc81916ca.tar.bz2
scala-c037162241748b0b19612051c6fded8dc81916ca.zip
Added local variable debugging information in t...
Added local variable debugging information in the jvm backend, and corresponding options in the ant task.
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/build.xml b/build.xml
index 57980f0d03..dff7ed2455 100644
--- a/build.xml
+++ b/build.xml
@@ -216,7 +216,7 @@
unless="skip.nsc"
description="Builds the Scala library with the new Scala compiler.">
<nsc srcdir="${sources.dir}" destdir="${build.nslib.dir}"
- usepredefs="false"
+ usepredefs="false" debuginfo="${nsc.debuginfo}"
stop="${nsc.stop}" skip="${nsc.skip}" check="${nsc.check}" log="${nsc.log}"
logging="${nsc.logging}">
<classpath>
@@ -230,7 +230,7 @@
<include name="scala/runtime/ScalaRunTime.scala"/>
</nsc>
<nsc srcdir="${sources.dir}" destdir="${build.nslib.dir}"
- excludesfile="${nsc.nslib.excludes}"
+ excludesfile="${nsc.nslib.excludes}" debuginfo="${nsc.debuginfo}"
stop="${nsc.stop}" skip="${nsc.skip}" check="${nsc.check}" log="${nsc.log}"
logging="${nsc.logging}">
<classpath>
@@ -251,7 +251,7 @@
unless="skip.nsc"
description="Builds the Scala tools (NSC and Scalap) with the new Scala compiler.">
<nsc srcdir="${sources.dir}" destdir="${build.nstools.dir}"
- excludesfile="${nsc.nstools.excludes}"
+ excludesfile="${nsc.nstools.excludes}" debuginfo="${nsc.debuginfo}"
stop="${nsc.stop}" skip="${nsc.skip}" check="${nsc.check}" log="${nsc.log}"
logging="${nsc.logging}">
<classpath>