summaryrefslogtreecommitdiff
path: root/config
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 /config
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 'config')
-rw-r--r--config/build.default.properties5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/build.default.properties b/config/build.default.properties
index 61c222aa36..f803b45862 100644
--- a/config/build.default.properties
+++ b/config/build.default.properties
@@ -40,6 +40,11 @@ nsc.nstools.excludes=${config.dir}/excludes/nsc.nstools.excludes
# the new Scala tools. This file MUST EXIST.
nsc.osc-nstools.excludes=${config.dir}/excludes/nsc.osc-nstools.excludes
+# Boolean flag that controls whether the NSC compiler will generate
+# debug information in class files
+nsc.debuginfo=true
+
+
# LOCATION OF PRE-COMPILED LIBRARIES
##############################################################################