Skip to content

Commit 176f40a

Browse files
authored
Change -XemitTasty to -YemitTasty
1 parent 8495e80 commit 176f40a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/config/ScalaSettings.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ class ScalaSettings extends Settings.SettingGroup {
4444
/** -X "Advanced" settings
4545
*/
4646
val Xhelp = BooleanSetting("-X", "Print a synopsis of advanced options.")
47-
val emitTasty = BooleanSetting("-XemitTasty", "Generate tasty in separate *.tasty file.")
4847
val noForwarders = BooleanSetting("-Xno-forwarders", "Do not generate static forwarders in mirror classes.")
4948
val XminImplicitSearchDepth = IntSetting("-Xmin-implicit-search-depth", "Set number of levels of implicit searches undertaken before checking for divergence.", 5)
5049
val xmaxInlines = IntSetting("-Xmax-inlines", "Maximal number of successive inlines", 32)
@@ -71,6 +70,7 @@ class ScalaSettings extends Settings.SettingGroup {
7170
val debugOwners = BooleanSetting("-Ydebug-owners", "Print all owners of definitions (requires -Yprint-syms)")
7271
val termConflict = ChoiceSetting("-Yresolve-term-conflict", "strategy", "Resolve term conflicts", List("package", "object", "error"), "error")
7372
val log = PhasesSetting("-Ylog", "Log operations during")
73+
val emitTasty = BooleanSetting("-YemitTasty", "Generate tasty in separate *.tasty file.")
7474
val Ylogcp = BooleanSetting("-Ylog-classpath", "Output information about what classpath is being applied.")
7575
val YnoImports = BooleanSetting("-Yno-imports", "Compile without importing scala.*, java.lang.*, or Predef.")
7676
val YnoPredef = BooleanSetting("-Yno-predef", "Compile without importing Predef.")

0 commit comments

Comments
 (0)