Skip to content

Commit 34dd356

Browse files
committed
Always emit .tasty files (not .hasTasty)
1 parent bdf3ef4 commit 34dd356

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
@@ -89,7 +89,7 @@ class ScalaSettings extends Settings.SettingGroup {
8989
val YdebugNames = BooleanSetting("-Ydebug-names", "Show internal representation of names")
9090
val YtermConflict = ChoiceSetting("-Yresolve-term-conflict", "strategy", "Resolve term conflicts", List("package", "object", "error"), "error")
9191
val Ylog = PhasesSetting("-Ylog", "Log operations during")
92-
val YemitTasty = BooleanSetting("-Yemit-tasty", "Generate tasty in separate *.tasty file.")
92+
val YemitTasty = BooleanSetting("-Yemit-tasty", "Generate tasty in separate *.tasty file.", true)
9393
val YlogClasspath = BooleanSetting("-Ylog-classpath", "Output information about what classpath is being applied.")
9494
val YdisableFlatCpCaching = BooleanSetting("-YdisableFlatCpCaching", "Do not cache flat classpath representation of classpath elements from jars across compiler instances.")
9595

0 commit comments

Comments
 (0)