You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: compiler/src/dotty/tools/dotc/config/ScalaSettings.scala
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,6 @@ class ScalaSettings extends Settings.SettingGroup {
44
44
/** -X "Advanced" settings
45
45
*/
46
46
valXhelp=BooleanSetting("-X", "Print a synopsis of advanced options.")
47
-
valemitTasty=BooleanSetting("-XemitTasty", "Generate tasty in separate *.tasty file.")
48
47
valnoForwarders=BooleanSetting("-Xno-forwarders", "Do not generate static forwarders in mirror classes.")
49
48
valXminImplicitSearchDepth=IntSetting("-Xmin-implicit-search-depth", "Set number of levels of implicit searches undertaken before checking for divergence.", 5)
50
49
valxmaxInlines=IntSetting("-Xmax-inlines", "Maximal number of successive inlines", 32)
@@ -71,6 +70,7 @@ class ScalaSettings extends Settings.SettingGroup {
71
70
valdebugOwners=BooleanSetting("-Ydebug-owners", "Print all owners of definitions (requires -Yprint-syms)")
72
71
valtermConflict=ChoiceSetting("-Yresolve-term-conflict", "strategy", "Resolve term conflicts", List("package", "object", "error"), "error")
0 commit comments