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
Expand all lines: src/dotty/tools/dotc/config/ScalaSettings.scala
-4
Original file line number
Diff line number
Diff line change
@@ -49,10 +49,6 @@ class ScalaSettings extends Settings.SettingGroup {
49
49
/** -X "Advanced" settings
50
50
*/
51
51
valXhelp=BooleanSetting("-X", "Print a synopsis of advanced options.")
52
-
valassemname=StringSetting("-Xassem-name", "file", "(Requires -target:msil) Name of the output assembly.", "").dependsOn(target, "msil")
53
-
valassemrefs=StringSetting("-Xassem-path", "path", "(Requires -target:msil) List of assemblies referenced by the program.", ".").dependsOn(target, "msil")
54
-
valassemextdirs=StringSetting("-Xassem-extdirs", "dirs", "(Requires -target:msil) List of directories containing assemblies. default:lib", Defaults.scalaLibDir.path).dependsOn(target, "msil")
0 commit comments