From a3610377d46b1ff09b1c44a1019dac71d8c8e113 Mon Sep 17 00:00:00 2001 From: Amina Adewusi Date: Fri, 21 Jan 2022 14:51:11 +0000 Subject: [PATCH] Remove scalacoption -S-X Fixes https://github.com/sbt/sbt/issues/6785. --- sbt | 1 - 1 file changed, 1 deletion(-) diff --git a/sbt b/sbt index e1219c287..6d153b336 100755 --- a/sbt +++ b/sbt @@ -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.