From f375f8ac3ef86ba13bad9346bd24ce08e86e2de1 Mon Sep 17 00:00:00 2001 From: Hubert Plociniczak Date: Wed, 27 Jan 2010 13:15:16 +0000 Subject: Forgot to commit the change. No review. --- src/compiler/scala/tools/nsc/Settings.scala | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/compiler/scala/tools/nsc/Settings.scala') diff --git a/src/compiler/scala/tools/nsc/Settings.scala b/src/compiler/scala/tools/nsc/Settings.scala index 4242d0df47..6cf232b368 100644 --- a/src/compiler/scala/tools/nsc/Settings.scala +++ b/src/compiler/scala/tools/nsc/Settings.scala @@ -921,6 +921,8 @@ trait ScalacSettings { val Yidedebug = BooleanSetting ("-Yide-debug", "Generate, validate and output trees using the interactive compiler.") val Ybuilderdebug = ChoiceSetting ("-Ybuilder-debug", "Compile using the specified build manager", List("none", "refined", "simple"), "none") . withHelpSyntax("-Ybuilder-debug:") + val Ybuildmanagerdebug = + BooleanSetting ("-Ybuild-manager-debug", "Generate debug information for the Refined Build Manager compiler.") val Ytyperdebug = BooleanSetting ("-Ytyper-debug", "Trace all type assignements") val Ypmatdebug = BooleanSetting ("-Ypmat-debug", "Trace all pattern matcher activity.") val Ytailrec = BooleanSetting ("-Ytailrecommend", "Alert methods which would be tail-recursive if private or final.") -- cgit v1.2.3