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
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,7 @@ class ScalaSettings extends Settings.SettingGroup {
57
57
/** -X "Advanced" settings
58
58
*/
59
59
valXhelp=BooleanSetting("-X", "Print a synopsis of advanced options.")
60
+
valemitTasty=BooleanSetting("-XemitTasty", "Generate tasty in separate *.tasty file.")
60
61
valassemname=StringSetting("-Xassem-name", "file", "(Requires -target:msil) Name of the output assembly.", "").dependsOn(target, "msil")
61
62
valassemrefs=StringSetting("-Xassem-path", "path", "(Requires -target:msil) List of assemblies referenced by the program.", ".").dependsOn(target, "msil")
62
63
valassemextdirs=StringSetting("-Xassem-extdirs", "dirs", "(Requires -target:msil) List of directories containing assemblies. default:lib", Defaults.scalaLibDir.path).dependsOn(target, "msil")
0 commit comments