summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/settings
diff options
context:
space:
mode:
authorLukas Rytz <lukas.rytz@gmail.com>2016-01-26 21:24:31 +0100
committerLukas Rytz <lukas.rytz@gmail.com>2016-02-03 12:04:51 +0100
commit9c9a22c82a1286cf251f794ebe568dc7745ae974 (patch)
tree2b641a67786d05837daa160552847ead223c12ed /src/compiler/scala/tools/nsc/settings
parent5ba1063518f1320b1e920b89c1815406df887467 (diff)
downloadscala-9c9a22c82a1286cf251f794ebe568dc7745ae974.tar.gz
scala-9c9a22c82a1286cf251f794ebe568dc7745ae974.tar.bz2
scala-9c9a22c82a1286cf251f794ebe568dc7745ae974.zip
rename -YoptTrace to -Yopt-trace
Diffstat (limited to 'src/compiler/scala/tools/nsc/settings')
-rw-r--r--src/compiler/scala/tools/nsc/settings/ScalaSettings.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/scala/tools/nsc/settings/ScalaSettings.scala b/src/compiler/scala/tools/nsc/settings/ScalaSettings.scala
index 20e2c4346f..1446d22217 100644
--- a/src/compiler/scala/tools/nsc/settings/ScalaSettings.scala
+++ b/src/compiler/scala/tools/nsc/settings/ScalaSettings.scala
@@ -319,7 +319,7 @@ trait ScalaSettings extends AbsScalaSettings
def YoptWarningNoInlineMissingBytecode = YoptWarnings.contains(YoptWarningsChoices.noInlineMissingBytecode)
def YoptWarningNoInlineMissingScalaInlineInfoAttr = YoptWarnings.contains(YoptWarningsChoices.noInlineMissingScalaInlineInfoAttr)
- val YoptTrace = StringSetting("-YoptTrace", "package/Class.method", "Trace the optimizer progress for a specific method.", "")
+ val YoptTrace = StringSetting("-Yopt-trace", "package/Class.method", "Trace the optimizer progress for a specific method.", "")
private def removalIn212 = "This flag is scheduled for removal in 2.12. If you have a case where you need this flag then please report a bug."