Remove scalacoption -S-X

Fixes https://github.com/sbt/sbt/issues/6785.
This commit is contained in:
Amina Adewusi
2022-01-21 14:51:11 +00:00
parent a523fa8662
commit a3610377d4
-1
View File
@@ -580,7 +580,6 @@ Usage: `basename "$0"` [options]
-Dkey=val pass -Dkey=val directly to the java runtime -Dkey=val pass -Dkey=val directly to the java runtime
-J-X pass option -X directly to the java runtime -J-X pass option -X directly to the java runtime
(-J is stripped) (-J is stripped)
-S-X add -X to sbt's scalacOptions (-S is stripped)
In the case of duplicated or conflicting options, the order above In the case of duplicated or conflicting options, the order above
shows precedence: JAVA_OPTS lowest, command line options highest. shows precedence: JAVA_OPTS lowest, command line options highest.