We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8320939 + a1499c8 commit 1719178Copy full SHA for 1719178
src/dotty/tools/dotc/config/ScalaSettings.scala
@@ -27,7 +27,6 @@ class ScalaSettings extends Settings.SettingGroup {
27
val g = ChoiceSetting("-g", "level", "Set level of generated debugging info.", List("none", "source", "line", "vars", "notailcalls"), "vars")
28
val help = BooleanSetting("-help", "Print a synopsis of standard options")
29
val nowarn = BooleanSetting("-nowarn", "Generate no warnings.")
30
- val print = BooleanSetting("-print", "Print program with Scala-specific features removed.")
31
val color = ChoiceSetting("-color", "mode", "Colored output", List("always", "never"/*, "auto"*/), "always"/* "auto"*/)
32
val target = ChoiceSetting("-target", "target", "Target platform for object files. All JVM 1.5 targets are deprecated.",
33
List("jvm-1.5", "jvm-1.5-fjbg", "jvm-1.5-asm", "jvm-1.6", "jvm-1.7", "jvm-1.8", "msil"),
0 commit comments