Merge pull request #6799 from Nirvikalpa108/remove-unimplemented-scalacoption

Remove scalacoption -S-X
This commit is contained in:
eugene yokota 2022-01-21 10:28:23 -05:00 committed by GitHub
commit 0518ede298
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

1
sbt
View File

@ -580,7 +580,6 @@ Usage: `basename "$0"` [options]
-Dkey=val pass -Dkey=val directly to the java runtime
-J-X pass option -X directly to the java runtime
(-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
shows precedence: JAVA_OPTS lowest, command line options highest.